mnist / README.md
gaviego's picture
emoji updated
57e98ed
---
title: MNIST Training + Gradio
emoji: 📝 - 2️⃣
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)