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

width = int(math.floor(planes * (baseWidth/64.0))) #59

Closed shezhi closed 3 years ago

shezhi commented 3 years ago

这个公式是怎么来的呀,有什么规则么