Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arun477 committed Sep 16, 2023
1 parent 461419e commit e2e6f5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mnist_classifier.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,7 @@
"image = TF.to_tensor(image).permute(1, 2, 0)\n",
"print(image.mean(), image.max(), image.min(), image.std())\n",
"print(xb[0].mean(), xb[0].max(), xb[0].min(), xb[0].std())\n",
"plt.imshow(image);\n",
"\n"
"plt.imshow(image);\n"
]
},
{
Expand Down

0 comments on commit e2e6f5e

Please sign in to comment.