You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for the great repo. According to #78 , I tried your weights of ResNet and SE-ResNet on ImageNet and ImageNetC. Both these models achieve good performance, especially on ImageNetC.
Take seresnet50 as an example,
ImageNet top1: 80.3
ImageNet-C mce: 60.4
However, when I train seresnet50 on my own, I couldn't achieve such good performance. I use the commands on your website as below,
Due to time constraint, I only train the model 90 epochs (actually 100 because of 10 cooldown epochs). So the performance drop of 1.8 on ImageNet may be within the range. But the performance drop on ImageNet-C is considerable. Same thing happen to ResNet and ResNetXt as well (big drop on ImageNetC). I'm not sure if this is purely due to my short training or my hyperparameters are not set correctly. Please advise if my hyperparameters are different from yours, or any suggestions are appreciated. Thank you very much.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, thank you for the great repo. According to #78 , I tried your weights of ResNet and SE-ResNet on ImageNet and ImageNetC. Both these models achieve good performance, especially on ImageNetC.
Take
seresnet50
as an example,However, when I train
seresnet50
on my own, I couldn't achieve such good performance. I use the commands on your website as below,and I achieve the following performance,
Due to time constraint, I only train the model 90 epochs (actually 100 because of 10 cooldown epochs). So the performance drop of 1.8 on ImageNet may be within the range. But the performance drop on ImageNet-C is considerable. Same thing happen to ResNet and ResNetXt as well (big drop on ImageNetC). I'm not sure if this is purely due to my short training or my hyperparameters are not set correctly. Please advise if my hyperparameters are different from yours, or any suggestions are appreciated. Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions