-
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
About Binomial loss hyper-parameter alpha & beta #50
Comments
And i changed the backbone from BN-Inception to Resnet50&152 .The code is work but top R@1 just achieved 78.61 80.03 in car196.Could you please give me some Suggestions on adjusting the parameters or network structure? |
You can grid search the Alpha and Beta in Binomial loss for different datasets. |
Thank you for your reply! |
The code is built 3 years ago. And I have open source a new coder repo for MS loss and XBM: repo-1: https://github.com/MalongTech/research-ms-loss repo-2: https://github.com/MalongTech/research-xbm You can reimplement Binomial loss following the MS loss in repo-1, and the result maybe better. |
How to select appropriate Alpha and Beta in Binomialloss for different dataset.Thx lot!
The text was updated successfully, but these errors were encountered: