File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
1717And 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
30301 . [ ResNet20, 8.27% err] ( https://github.com/akamaster/pytorch_resnet_cifar10/raw/master/pretrained_models/resnet20.th )
31312 . [ 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 )
33334 . [ 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 )
35356 . ResNet1202
3636
3737If you find this implementation is useful and used it in your production/academic work please cite/mention this page and author Yerlan Idelbayev.
You can’t perform that action at this time.
0 commit comments