metadata
title: MNIST Training + Gradio
emoji: 🖼️
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 3.20.1
app_file: app.py
pinned: false
license: openrail
MNIST Comparsion
This repo contains two trainings for MNIST, one with just an MLP (train.py
) and second with convolution(train_conv.py
).
See the live demo here (https://huggingface.co/spaces/gaviego/mnist)