-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cannot obtain the reported performance by directly running the run.sh #26
Comments
Hi, Sincerely, |
The parameters are the same as described in the code, I use pytorch=0.4.1 with two gpus. |
Hi thanks for your reply. I'll go try pytorch=0.4.1, torchvision=0.2.0, and as the settings in the code, I will try batch_size=128 instead of batch_size=32 recommended in the readme, which gives out an error during training. |
Hi, I tried Duke->Market with default SSG config on 2 RTX2080Ti and I got the following result:
It seems that this result matches with those in several issues, which is apparently lower than what the paper has reported. Has anyone actually obtained the reported performance? |
Hi, I would like to thank you for releasing the codes in the first place.
Following the readme.md, we directly run the run.sh without any modification, but fail to obtain the reported performance. Can you help us figure out what the problem is?
To be more specific, we obtain Mean AP: 54.3% and top1: 77.3% (best) after training for 30 epoches by running the run.sh for SSG in Duke->Market1501, which should have Mean AP: 58.3% and top1: 80.0%.
The text was updated successfully, but these errors were encountered: