gaviego commited on
Commit
519941b
1 Parent(s): a8cceae

README updated

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -10,4 +10,9 @@ pinned: false
10
  license: openrail
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
10
  license: openrail
11
  ---
12
 
13
+ # MNIST Comparsion
14
+
15
+ This repo contains two trainings for MNIST, one with just an MLP (`train.py`) and second with convolution(`train_conv.py`).
16
+
17
+ See the live demo here (https://huggingface.co/spaces/gaviego/mnist)
18
+