Skip to content

idealboy/resnet-imagenet-caffe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

train resnet imagenet with caffe

All models are trained on 4 GPUs with a minibatch size of 32.

resnet-18

coming soon

resnet-50

coming soon

resnet-32

This is a bottleneck architecture,
Since there's no strong data augmentation and 10-crop test in caffe, the results maybe a bit low.
test accuracy: accuracy@1 = 0.67892, accuracy@5 = 0.88164
training loss for resnet-32 is shown below:
the trained model is provided in release a

About

train resnet on imagenet from scratch with caffe

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 65.7%
  • Python 34.3%