File size: 390 Bytes
edb81c9
 
57e98ed
edb81c9
 
 
 
 
 
 
 
 
519941b
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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)