ShadowProgrammer commited on
Commit
3b957c3
·
1 Parent(s): 243892f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -2,7 +2,9 @@
2
  license: mit
3
  library_name: pytorch
4
  pipeline_tag: image-classification
5
- tags:
6
- - pytorch
7
  ---
8
- Uses PyTorch and a combination of layers to create a fairly simple network. You can check `model.py` for the layers and training code
 
 
 
 
 
2
  license: mit
3
  library_name: pytorch
4
  pipeline_tag: image-classification
 
 
5
  ---
6
+ A classifier trained on over 1 million digits on the EMNIST dataset.
7
+
8
+ Uses PyTorch and a combination of layers to create a fairly simple network.
9
+
10
+ Check the [GitHub](https://github.com/ShadowDeveloper/EMNISTClassifier) for the training code.