Commit
·
243892f
1
Parent(s):
d1b1473
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,4 @@ pipeline_tag: image-classification
|
|
5 |
tags:
|
6 |
- pytorch
|
7 |
---
|
8 |
-
Uses PyTorch and a combination of layers to create a fairly simple network
|
|
|
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
|