You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- I modified [TorchVision](https://pytorch.org/docs/stable/torchvision/models.html) official implementaion of popular CNN models, and trained those on CIFAR-10 dataset.
2
+
- I modified [TorchVision](https://pytorch.org/docs/stable/torchvision/models.html) official implementation of popular CNN models, and trained those on CIFAR-10 dataset.
3
3
- I changed *number of class, filter size, stride, and padding* in the the original code so that it works with CIFAR-10.
4
-
- I also share the **weights** of these models, so you can just load the weight and use them.
5
-
6
-
## Accuracy of supported models
7
-
| No. | Model | Test Accuracy |
8
-
|-----|--------------|---------------|
9
-
| 1 | vgg11_bn | 92.61% |
10
-
| 2 | vgg13_bn | 94.27% |
11
-
| 3 | vgg16_bn | 94.07% |
12
-
| 4 | vgg19_bn | 94.25% |
13
-
| 5 | resnet18 | 93.48% |
14
-
| 6 | resnet34 | 93.82% |
15
-
| 7 | resnet50 | 94.38% |
16
-
| 8 | mobilenet_v2 | 93.85% |
17
-
| 9 | densenet121 | 94.76% |
18
-
| 10 | googlenet | 95.08% |
4
+
- I also share the **weights** of these models, so you can just load the weights and use them.
5
+
6
+
## Statistic of supported models
7
+
| No. | Model | Test Accuracy | Parameters | State Dict Size |
[Google Drive Link (2GB)](https://drive.google.com/file/d/1JNURU6GRDhvMUMqIbxj27gTJ6P9XuAN6/view?usp=sharing) unzip and put the *state_dicts* folder in *models* folders.
25
+
26
+
Download weights from [Google Drive Link](https://drive.google.com/drive/folders/15jBlLkOFg0eK-pwsmXoSesNDyDb_HOeV?usp=sharing), and put the weights in **models/state_dicts/** folder.
[Google Drive Link (2GB)](https://drive.google.com/file/d/1JNURU6GRDhvMUMqIbxj27gTJ6P9XuAN6/view?usp=sharing) unzip and put the *state_dicts* folder in *models* folder.
26
+
Download weights from [Google Drive Link](https://drive.google.com/drive/folders/15jBlLkOFg0eK-pwsmXoSesNDyDb_HOeV?usp=sharing), and put the weights in **models/state_dicts/** folder.
0 commit comments