Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rank1 rate 79.3% not same with the paper. #10

Open
ccq195 opened this issue Apr 26, 2019 · 3 comments
Open

rank1 rate 79.3% not same with the paper. #10

ccq195 opened this issue Apr 26, 2019 · 3 comments

Comments

@ccq195
Copy link

ccq195 commented Apr 26, 2019

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.

@ccq195
Copy link
Author

ccq195 commented May 7, 2019

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?

@dapengchen123
Copy link
Owner

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.

@ccq195
Copy link
Author

ccq195 commented May 7, 2019

Thank you for your reply。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants