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

some other question #51

Closed UestcJay closed 2 years ago

UestcJay commented 3 years ago

Thank you very much for your great work. I am a novice. Generally, when judging whether the network architecture is effective enough, do you only train part of the data? Training imagenet is too big. looking for your reply!

gasvn commented 3 years ago

Use a small dataset such as cifar. Most of the time, if the model's performance is good enough, the performance on ImageNet should be not that bad.