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

top-1 error top-5 error #34

Closed henbucuoshanghai closed 4 years ago

henbucuoshanghai commented 4 years ago

在imagenet上训练,在哪里得到top-1 error | top-5 error

code在哪里呢?

gasvn commented 4 years ago

You can refer to this repo for testing: https://github.com/pytorch/examples/tree/master/imagenet

henbucuoshanghai commented 4 years ago

训练代码测试代码统统是连接吗?

henbucuoshanghai commented 4 years ago

链接里面有训练代码吗?

gasvn commented 4 years ago

We use an older version of this code to train our model. The new training code from this link may be more efficient. I didn't test the current code, but it should have the same performance compared with the old code.

henbucuoshanghai commented 4 years ago

in that code,all i have to do is only change the "model" to res2net50 in res2net.py/res2net_v1b.py/res2next.py in this git?????