pytorch-handbook icon indicating copy to clipboard operation
pytorch-handbook copied to clipboard

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

Open btdan opened this issue 4 years ago • 0 comments

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.

btdan avatar Sep 16 '20 08:09 btdan