facebookarchive / fb.resnet.torch

Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
Other
2.29k stars 664 forks source link

pre-trained models on CIFAR10 #23

Open yangky11 opened 8 years ago

yangky11 commented 8 years ago

Hi,

It would be very helpful if you can also put the trained models on CIFAR10 dataset for download.

thanks

aabobakr commented 7 years ago

Use this link to download the model ResNet-56 trained on CIFAR-10

https://www.dropbox.com/s/wejdj4c0nat47gt/resnet-56-cifar10.t7?dl=0

pedropgusmao commented 7 years ago

Hi, Do you also have accuracies for the various depth using cifar10?

Thanks

aabobakr commented 7 years ago

These are validation errors after 200 epochs on cifar10


depth         top1         top5
20              7.65         0.23
32              6.87         0.27
44              6.10         0.25
110             6.73         0.21