Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,8 @@ sdk_version: 4.28.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
|
| 12 |
-
|
| 13 |
|
| 14 |
- This application showcases the inference capabilities of a model trained on the CIFAR dataset.
|
| 15 |
- The architecture utilized is based on Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun's work on Deep Residual Learning for Image Recognition (arXiv:1512.03385).
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
---
|
| 12 |
+
# Pytorch LIghtning Model Trained for CIFAR10
|
| 13 |
|
| 14 |
- This application showcases the inference capabilities of a model trained on the CIFAR dataset.
|
| 15 |
- The architecture utilized is based on Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun's work on Deep Residual Learning for Image Recognition (arXiv:1512.03385).
|