在线转换 推荐在线转换,拖进去后下载就行,简单易操作。 Convert Jupyter notebook to GitHub-Flavored Markdown for free on AlldocsThe free text converter for all your documents.https://alldocs.app/convert-jupyter-notebook-to-mar
报错: IsADirectoryError: [Errno 21] Is a directory: ‘preds/STERE/RGBD_VST/.ipynb_checkpoints’ 我在评估训练模型的时候显示上面的错误,后面通过网上查资料,发现这个错误是由于我创建了和已有文件夹同名的文件名,所以导致报错,建议使用不同的文件名来创建文件。可以排查一下上一级目录或者上上级目录是不是有重名
根据自己的理解和参考资料实现了一下 FullyConnectedNets.ipynb Fully-Connected Neural Nets In the previous homework you implemented a fully-connected two-layer neural network on CIFAR-10. The implementation was simple