Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,15 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
-> We trained CIFAR10 dataset using Custom ResNet model by using pytorch lightning.
|
16 |
+
|
17 |
+
-> requirements.txt file contains necessary packages to install.
|
18 |
+
|
19 |
+
-> custom_resnet.py file contains model architecture.
|
20 |
+
|
21 |
+
-> model_pth.ckpt contains trained model checkpoints (weights).
|
22 |
+
|
23 |
+
-> 10 example images like cat_1.jpg, cat_2.jpg,..
|
24 |
+
|
25 |
+
--> app.py contains gradio code. By using gradio here implemented by selecting input images or examples output display the gradcam image and prediction and top k classes. I tried with multiple gradcam and misclassified i am getting errors.
|