KaimingHe / deep-residual-networks

Deep Residual Learning for Image Recognition
MIT License
6.44k stars 2.22k forks source link

resnet18 and 36 #37

Open lolongcovas opened 7 years ago

lolongcovas commented 7 years ago

I am trying to train resnet 18 and 36 from scratch using imagenet12 train dataset. The preprocessing is the same as the Facebook Torch implementation, however, the top 1 accuracy on the validation set is still very low (49%), quite below the accuracy reported by the paper. I wonder if these resnet18 and 36 will be released as well.

Best

nnop commented 7 years ago

It's ResNet-34 commonly called.