@@ -44,34 +44,46 @@ This page contains pre-trained image models either converted from other toolkits
4444### CNTK Pre-trained
4545
4646#### ResNet18 for ImageNet 1K
47- |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet18_ImageNet_CNTK.model
47+ |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet18_ImageNet_CNTK.model (Last updated: Nov. 16, 2017)
4848|:-------|:---
4949|Training script | [ ResNet18_ImageNet1K.cntk] ( ../Examples/Image/Classification/ResNet/BrainScript/ResNet18_ImageNet1K.cntk )
50- |Single crop top 1 / top 5 error | 29.186 % / 10.284 %
50+ |Single crop top 1 / top 5 error | 28.752 % / 9.700 %
5151
5252#### ResNet34 for ImageNet 1K
53- |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet34_ImageNet_CNTK.model
53+ |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet34_ImageNet_CNTK.model (Last updated: Nov. 16, 2017)
5454|:---------|:---
5555|Training script | [ ResNet34_ImageNet1K.cntk] ( ../Examples/Image/Classification/ResNet/BrainScript/ResNet34_ImageNet1K.cntk )
56- |Single crop top 1 / top 5 error | 27.240 % / 8.962 %
56+ |Single crop top 1 / top 5 error | 26.114 % / 8.386 %
5757
5858#### ResNet50 for ImageNet 1K
59- |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet50_ImageNet_CNTK.model
59+ |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet50_ImageNet_CNTK.model (Last updated: Nov. 16, 2017)
6060|:---------|:---
6161|Training script | [ ResNet50_ImageNet1K.cntk] ( ../Examples/Image/Classification/ResNet/BrainScript/ResNet50_ImageNet1K.cntk )
62- |Single crop top 1 / top 5 error | 23.862% / 7.180%
62+ |Single crop top 1 / top 5 error | 23.358% / 6.740%
63+
64+ #### ResNet101 for ImageNet 1K
65+ |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet101_ImageNet_CNTK.model (Last updated: Nov. 16, 2017)
66+ |:---------|:---
67+ |Training script | [ ResNet101_ImageNet1K.cntk] ( ../Examples/Image/Classification/ResNet/BrainScript/ResNet101_ImageNet1K.cntk )
68+ |Single crop top 1 / top 5 error | 21.822% / 6.042%
69+
70+ #### ResNet152 for ImageNet 1K
71+ |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet152_ImageNet_CNTK.model (Last updated: Nov. 16, 2017)
72+ |:---------|:---
73+ |Training script | [ ResNet152_ImageNet1K.cntk] ( ../Examples/Image/Classification/ResNet/BrainScript/ResNet152_ImageNet1K.cntk )
74+ |Single crop top 1 / top 5 error | 21.300% / 5.760%
6375
6476#### ResNet20 for CIFAR-10
65- |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet20_CIFAR10_CNTK.model
77+ |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet20_CIFAR10_CNTK.model (Last updated: Nov. 16, 2017)
6678|:-------|:---
6779|Training script | [ TrainResNet_CIFAR10.py --network resnet20] ( ../Examples/Image/Classification/ResNet/Python/TrainResNet_CIFAR10.py )
68- |Single crop top 1 error | 8.17 %
80+ |Single crop top 1 error | 8.23 %
6981
7082#### ResNet110 for CIFAR-10
71- |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet110_CIFAR10_CNTK.model
83+ |CNTK model download path | https://www.cntk.ai/Models/CNTK_Pretrained/ResNet110_CIFAR10_CNTK.model (Last updated: Nov. 16, 2017)
7284|:-------|:---
7385|Training script | [ TrainResNet_CIFAR10.py --network resnet110] ( ../Examples/Image/Classification/ResNet/Python/TrainResNet_CIFAR10.py )
74- |Single crop top 1 error | 6.08 %
86+ |Single crop top 1 error | 6.24 %
7587
7688### Caffe-Converted
7789
0 commit comments