jiecaoyu / pytorch_imagenet

PyTorch implementation of AlexNet
127 stars 37 forks source link

ask for imagenet means #6

Open soarodo opened 3 years ago

soarodo commented 3 years ago

Hello, Could you please provide simply imagenet means used in your alexnet(like in a .binaryproto file)? I just want to do some transfer learning staff based your network. To retrieve them by downloading the whole giant dataset, it would be less efficient.

Thank you for this excellent work.