zergtant / pytorch-handbook

pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
20.1k stars 5.39k forks source link

chapter1/3_neural_networks_tutorial.ipynb中一处错误 #119

Open UnitLost opened 3 years ago

UnitLost commented 3 years ago

Net类定义中,x = x.view(-1, self.num_flot_features(x)),flot似应为flat