Skip to content

Commit 5bb5e11

Browse files
andifefacebook-github-bot
authored andcommitted
Update CIFAR_TorchVision_Interpret.ipynb (#1054)
Summary: Argument was not used => removed it Pull Request resolved: #1054 Reviewed By: aobo-y Differential Revision: D44093868 Pulled By: NarineK fbshipit-source-id: aa12bbeed993c7e043ff292b84f814b444db73c9
1 parent 50f7bdd commit 5bb5e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/CIFAR_TorchVision_Interpret.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
],
234234
"source": [
235235
"\n",
236-
"def imshow(img, transpose = True):\n",
236+
"def imshow(img):\n",
237237
" img = img / 2 + 0.5 # unnormalize\n",
238238
" npimg = img.numpy()\n",
239239
" plt.imshow(np.transpose(npimg, (1, 2, 0)))\n",

0 commit comments

Comments
 (0)