zergtant / pytorch-handbook

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

4_cifar10_tutorial.ipynb should be added plt.show() #107

Open btdan opened 3 years ago

btdan commented 3 years ago

https://github.com/zergtant/pytorch-handbook/blob/master/chapter1/4_cifar10_tutorial.ipynb in this webpage, the function imshow(img) should be modified. It should be added a new line at the end: plt.show() or else, there will be no images shown at all. Thanks for you.