Skip to content

Commit def102f

Browse files
authored
Update README.md
Updated the long overdue ImageNet result.
1 parent 375be79 commit def102f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository contains the architectures, Models, logs, etc pertaining to the
77
(Check the successor of this architecture at [Towards Principled Design of Deep Convolutional Networks: Introducing SimpNet](https://github.com/Coderx7/SimpNet))
88

99
SimpleNet-V1 outperforms deeper and heavier architectures such as AlexNet, VGGNet,ResNet,GoogleNet,etc in a series of benchmark datasets, such as CIFAR10/100, MNIST, SVHN.
10-
It also achievs a higher accuracy (currently [67.17/87.44](https://gist.github.com/Coderx7/58a1a03e7ac39da5e10768d22e120320)) in imagenet, more than AlexNet, NIN, Squeezenet, etc with only 5.7M parameters.
10+
It also achievs a higher accuracy (currently [71.14/89.75](https://github.com/Coderx7/SimpleNet_Pytorch#imagenet-result)) in imagenet, more than VGGNet, ResNet, MobileNet, AlexNet, NIN, Squeezenet, etc with only 5.7M parameters.
1111
Slimer versions of the architecture work very decently against more complex architectures such as ResNet and WRN as well.
1212

1313
## Citation
@@ -35,7 +35,7 @@ ImageNet result was achieved using simple SGD without hyper parameter tuning for
3535
| CIFAR100* | **78.37**|
3636
| MNIST | 99.75 |
3737
| SVHN | 98.21 |
38-
| ImageNet | 67.17/87.44 |
38+
| ImageNet | **71.14/89.75** |
3939

4040
* Achieved using Pytorch implementation
4141

0 commit comments

Comments
 (0)