-
Notifications
You must be signed in to change notification settings - Fork 113
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
Model training Loss graph #3
Comments
Thanks for the message. I'll look into it in the next week or so. |
My apologies for the delay. I'm caught up with a few things and will have to look into this more after CVPR deadline (mid-Nov). |
Thanks. |
Hello author, |
I believe I did not do the initialization properly. I am looking into it. Thanks for your patience! |
The problem was with the initialization. In the original paper, I used k-means initialization, but didn't have the code for pytorch. I just pushed a change. If you rerun It does still train quite slowly. Better networks/loss functions would be a good update to the project. Thanks for your patience. |
Plot.ly Link: https://plot.ly/~Ugness/1/
I am training the model with ILSVRC2012 training set and same options as your implementation and my loss graph looks like above.
I am afraid that my model's loss reduces correctly. Can you check this loss graph or share your loss graph?
Thanks.
The text was updated successfully, but these errors were encountered: