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
I trained a model using two gpus on ms_coco (dist_train.sh), the model was later tested using the same val datasets. but the results from training and from testing are different.
Similarly, I trained the model using only one gpu, and tested it in the same way, the results from training and from testing are same.
BTW, the val and test pipeline are same.
Anyone know which one is correct? how to test on model trained with dist_train.sh?
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
-
I trained a model using two gpus on ms_coco (dist_train.sh), the model was later tested using the same val datasets. but the results from training and from testing are different.
Similarly, I trained the model using only one gpu, and tested it in the same way, the results from training and from testing are same.
BTW, the val and test pipeline are same.
Anyone know which one is correct? how to test on model trained with dist_train.sh?
Beta Was this translation helpful? Give feedback.
All reactions