Ritvik19 commited on
Commit
0abcad9
1 Parent(s): 90df5b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,3 +1,3 @@
1
  ## Overview
2
- MNIST Net V2 is a tensorflow Mobile Net V2 model fine tuned for 28x28x1 MNIST Handwritten Digits Classification
3
  The Images are internally rescaled in [0, 1] range and since Mobile Net V2 expects atleast 32x32 images, zero padding is added, also to translate the image to 3 color channels, we have used 1x1 Conv2D layer before the pretrained Mobile Net V2 layers
 
1
  ## Overview
2
+ MNIST Net is a tensorflow Mobile Net V2 model fine tuned for 28x28x1 MNIST Handwritten Digits Classification
3
  The Images are internally rescaled in [0, 1] range and since Mobile Net V2 expects atleast 32x32 images, zero padding is added, also to translate the image to 3 color channels, we have used 1x1 Conv2D layer before the pretrained Mobile Net V2 layers