-
Notifications
You must be signed in to change notification settings - Fork 147
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
Can share the super parameters to reproduce the result on CUB-200-2011? #21
Comments
Fisrt, the performance of CUB is not quite stable, you just need run more iteration with more times. And I suggest you try the SGD optimizer to replace ADAM, I try the SGD on Car, and a bit better performance than Adam. |
How about the parameters for In-Shop? |
Larger batchsize (> 200) is already enough. No other tricks. |
We rerun our script and the performance of Emenbedding size of 512 is as below: |
@bjkite I think the problem of not get close performance exists in hard mining: self.hard_mining = hard_mining Make self.hard_mining not None. |
I use the super parameters given in the run script to reproduce the work of WeightLoss, but I can not get the same result as reported. My best result as follow:
Epoch-130 0.6411 0.7437 0.8301 0.8981 0.9458 0.9731
Would you please give me some help?
The text was updated successfully, but these errors were encountered: