Deep-Learning-with-PyTorch-Tutorials icon indicating copy to clipboard operation
Deep-Learning-with-PyTorch-Tutorials copied to clipboard

深度学习与PyTorch入门实战视频教程 配套源代码和PPT

Results 6 Deep-Learning-with-PyTorch-Tutorials issues
Sort by recently updated
recently updated
newest added

课程讲得很好很容易理解,但发现了个问题,第8节,分类问题的引入-2中的one hot编码应该是 [0 0 0 1 ... 0] 吧,视频中写成了[0 0 0 3 ... 0]

龙龙老师,numpy实战bp的源码貌似没有,我想参考一下如何加载mnist数据集。

这一节,你举例lenet,卷积核是6x5x5,所以可以把1x32x32的图片-》6x28x28,你视频里讲成并写成3x3

Early-stopping, Dropout这个章节的代码没有使用dropout,和visdom可视化那个章节的代码相同,请老师修正

您好,当我在学习lesson63迁移学习-自定义数据集实战时,运行train_transfer.py,遇到了如下的错误: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV). 我尝试去解决去它,但是都没能成功! 你能帮助我解决它! 感谢!