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
{{ message }}
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
I train a resnet-50 in my own dataset, and i get top1 7.20 in my val set during training. But when i use the testOnly option to test the same model in the same val set i get top1 7.49 .
i want to know what happen there?
The text was updated successfully, but these errors were encountered:
@colesbury could you help me ? thank you very much! I really need to know what make the same model have different performance. when training i get * Best model 7.2048611111111 1.5873015873016 but when i testOnly it turn to top1 error 7.499, the same model in the same dataset.
Possibly differences in batch normalization's running_mean/var between data parallel replicas and the saved model. You can try recomputing the statistics on your training set.
I train a resnet-50 in my own dataset, and i get top1 7.20 in my val set during training. But when i use the testOnly option to test the same model in the same val set i get top1 7.49 .
i want to know what happen there?
The text was updated successfully, but these errors were encountered: