Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Overview

MNIST Net is a tensorflow Mobile Net V2 model fine tuned for 28x28x1 MNIST Handwritten Digits Classification 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

Downloads last month
7
Unable to determine this model’s pipeline type. Check the docs .