Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
arun477 committed Sep 17, 2023
1 parent 24e3b46 commit 28478b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: Mnist
emoji: 🐢
colorFrom: yellow
colorTo: purple
sdk: docker
pinned: false
---

# <img src="/static/favicon.png" alt="Logo" style="float: left; margin-right: 10px; border-radius:100%;margin-top:5px" /> MNIST CLASSIFIER
MNIST classifier from scratch
* Model: CNN
Expand Down
3 changes: 1 addition & 2 deletions mnist_classifier.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,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);"
]
}
],
Expand Down

0 comments on commit 28478b9

Please sign in to comment.