Res2Net / Res2Net-PretrainedModels

(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
https://mmcheng.net/res2net/
1.07k stars 215 forks source link

training scripts #1

Closed GuoleiSun closed 5 years ago

GuoleiSun commented 5 years ago

Hi,

Thanks for your work. Can you share the training scripts to reproduce the those numbers (top-1 and top-5 accuracy)?

Thanks a lot

gasvn commented 5 years ago

Sorry, due to the regulation of our lab, we can only release the trained models for academic use. If you want to acquire the training scripts for business use, please contact the leader of our lab.

I follows the common training strategy to train our model. You can refer to this training script if you want to modify the Res2Net with your own idea: https://github.com/pytorch/examples/blob/master/imagenet/main.py

Also, feel free to contact me with shgao@live.com in case I miss the issues.