Skip to content

Commit 10675c4

Browse files
yerlanyerlan
authored andcommitted
resnet110 pretrained model added
1 parent 4b846d8 commit 10675c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The purpose of this repo is to provide a valid pytorch implementation of ResNet-
1111
|ResNet32 | 32 | 0.46M | 7.51%| **7.37%**|
1212
|ResNet44 | 44 | 0.66M | 7.17%| **6.90%**|
1313
|ResNet56 | 56 | 0.85M | 6.97%| **6.61%**|
14-
|ResNet110 | 110 | 1.7M | 6.43%| |
14+
|ResNet110 | 110 | 1.7M | 6.43%| **6.32%**|
1515
|ResNet1202 | 1202 | 19.4M | 7.93%| |
1616

1717
And their implementation matches description in original paper, with comparable or better test error.
@@ -29,9 +29,9 @@ This implementation follows paper in straightforward manner with some caveats. *
2929
## Pretrained models for download
3030
1. [ResNet20, 8.27% err](https://github.com/akamaster/pytorch_resnet_cifar10/raw/master/pretrained_models/resnet20.th)
3131
2. [ResNet32, 7.37% err](https://github.com/akamaster/pytorch_resnet_cifar10/raw/master/pretrained_models/resnet32.th)
32-
3. [ResNet44, 6.90% err](https://github.com/akamaster/pytorch_resnet_cifar10/raw/master/pretrained_models/resnet32.th)
32+
3. [ResNet44, 6.90% err](https://github.com/akamaster/pytorch_resnet_cifar10/raw/master/pretrained_models/resnet44.th)
3333
4. [ResNet56, 6.61% err](https://github.com/akamaster/pytorch_resnet_cifar10/raw/master/pretrained_models/resnet56.th)
34-
5. ResNet110
34+
5. [ResNet110,6.32% err](https://github.com/akamaster/pytorch_resnet_cifar10/raw/master/pretrained_models/resnet110.th)
3535
6. ResNet1202
3636

3737
If you find this implementation is useful and used it in your production/academic work please cite/mention this page and author Yerlan Idelbayev.

pretrained_models/resnet110.th

6.71 MB
Binary file not shown.

0 commit comments

Comments
 (0)