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.
2 parents c47c4d9 + f96d56c commit 75884b5Copy full SHA for 75884b5
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