We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47c4d9 commit f96d56cCopy full SHA for f96d56c
beginner_source/blitz/cifar10_tutorial.py
@@ -93,6 +93,7 @@ def imshow(img):
93
img = img / 2 + 0.5 # unnormalize
94
npimg = img.numpy()
95
plt.imshow(np.transpose(npimg, (1, 2, 0)))
96
+ plt.show()
97
98
99
# get some random training images
0 commit comments