MadhurGarg commited on
Commit
6c6bf40
·
1 Parent(s): ca416ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -12,6 +12,10 @@ license: mit
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
 
 
 
 
15
  Features of spaces app:
16
  1. User can decide on whether he/she wants to see GradCAM images and how many, and from which layer, allow opacity change as well
17
  2. User can ask whether he/she wants to view misclassified images, and how many (maximum limit is 50)
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
+ Training details:
16
+ 1. This model is trained on CIFAR10 with following classes: ['plane', 'car', 'bird', 'cat', 'deer', 'dog', 'frog', 'horse', 'ship', 'truck']
17
+ 2. It is trained on 24 epochs using One Cycle Policy using PyTorch Lightning
18
+
19
  Features of spaces app:
20
  1. User can decide on whether he/she wants to see GradCAM images and how many, and from which layer, allow opacity change as well
21
  2. User can ask whether he/she wants to view misclassified images, and how many (maximum limit is 50)