-
Notifications
You must be signed in to change notification settings - Fork 228
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
Failed to converge #60
Comments
Hi @layumi Since I did not modify the batch size, I've tried to check the performance of the teacher model. I test the performance of the model (best) you provide, I got 0.81 Rank@1 and 0.54 mAP. However, even if I retrain a new teacher model and it works well, DG-Net still can not converge. BTW, I've set the max_teacher_w to 0.2, it still works badly so far. I will be appreciated if you could give me some further suggestions. |
Hi @iyu-Fang https://github.com/layumi/Person_reID_baseline_pytorch#prerequisites |
I thought that‘s not the problem. My numpy version is 1.19.1. Or could you tell me the exact version of your environment(numpy, pytorch, etc.) when you run your experiments? |
Hi @iyu-Fang |
@layumi |
@iyu-Fang Did you run the model on Market-1501 or other datasets? |
@iyu-Fang |
Hi,
Thank you for your work.
When I tried to train my model according to the parameters you provided in configs.yaml, I found that I could not reproduce your result in the Market dataset. If I use the visual_tools to show the rainbow image, the generated image will produce the wrong color (the color is even different from the input images). After that, I've checked the loss in the tensorboard. I found that the total loss, as well as id loss, surged to very high values at 30k iteration. And then they could never converge. However, I downloaded the best model you provided and tested it in the same way, it works well.
Please give me some advice.
The text was updated successfully, but these errors were encountered: