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,when i change the 'cnn_model= torch.nn.DataParallel(cnn_model).to(device)' to 'cnn_model= cnn_model.to(device)', the rank1 rate is 85.3%. But i don't know the reason. Do you konw the reason?
Actually, I don't know why. It may depend on your devices such as how many cards you use and the version of the pytorch. Anyway, it is good that it works.
Hi,Why i get the rank1 rate is 79.3% on ililds dataset?But the mAP is 87.2%. The rank1 rate can not get the result of the paper.
The text was updated successfully, but these errors were encountered: