Spaces:
Runtime error
Runtime error
Minor fixes
Browse files
README.md
CHANGED
@@ -14,12 +14,10 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
14 |
|
15 |
# CIFAR10 Image classification using a Custom ResNet Model
|
16 |
|
17 |
-
|
18 |
## What is the app about?
|
19 |
|
20 |
[This app](https://huggingface.co/spaces/nviraj/ERA-V1-Assignment12) built using [Gradio](https://www.gradio.app/) provides an interface to run inferences for CIFAR10 image classification using a custom ResNet model trained using PyTorch and Lightning with \>90% accuracy.
|
21 |
|
22 |
-
|
23 |
### What input does it require?
|
24 |
|
25 |
- **Example Input**
|
@@ -43,7 +41,6 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
43 |
- Do you want to see GradCAM for Misclassified Images and how many?
|
44 |
- This is useful to see what parts of the image led to incorrect classification
|
45 |
|
46 |
-
|
47 |
### What is the output?
|
48 |
|
49 |
- Predictions for top number of classes chosen as well as the predicted class
|
@@ -51,7 +48,6 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
51 |
- Misclassified Images by the model
|
52 |
- GradCAM for Misclassified Images by the model
|
53 |
|
54 |
-
|
55 |
### How was the model built?
|
56 |
|
57 |
- Model was trained using a custom ResNet model trained for just 24 epochs with 91.4% validation accuracy
|
@@ -60,7 +56,6 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
60 |
- [Modules](https://github.com/nviraj/era-v1/tree/main/Session%2012/Submission/modules)
|
61 |
- [Model](https://github.com/nviraj/era-v1/tree/main/Session%2012/Submission/models)
|
62 |
|
63 |
-
|
64 |
### Links
|
65 |
|
66 |
- [GradCAM?](https://arxiv.org/abs/1610.02391)
|
|
|
14 |
|
15 |
# CIFAR10 Image classification using a Custom ResNet Model
|
16 |
|
|
|
17 |
## What is the app about?
|
18 |
|
19 |
[This app](https://huggingface.co/spaces/nviraj/ERA-V1-Assignment12) built using [Gradio](https://www.gradio.app/) provides an interface to run inferences for CIFAR10 image classification using a custom ResNet model trained using PyTorch and Lightning with \>90% accuracy.
|
20 |
|
|
|
21 |
### What input does it require?
|
22 |
|
23 |
- **Example Input**
|
|
|
41 |
- Do you want to see GradCAM for Misclassified Images and how many?
|
42 |
- This is useful to see what parts of the image led to incorrect classification
|
43 |
|
|
|
44 |
### What is the output?
|
45 |
|
46 |
- Predictions for top number of classes chosen as well as the predicted class
|
|
|
48 |
- Misclassified Images by the model
|
49 |
- GradCAM for Misclassified Images by the model
|
50 |
|
|
|
51 |
### How was the model built?
|
52 |
|
53 |
- Model was trained using a custom ResNet model trained for just 24 epochs with 91.4% validation accuracy
|
|
|
56 |
- [Modules](https://github.com/nviraj/era-v1/tree/main/Session%2012/Submission/modules)
|
57 |
- [Model](https://github.com/nviraj/era-v1/tree/main/Session%2012/Submission/models)
|
58 |
|
|
|
59 |
### Links
|
60 |
|
61 |
- [GradCAM?](https://arxiv.org/abs/1610.02391)
|