-
Notifications
You must be signed in to change notification settings - Fork 57
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
training accuracy 3.41? #12
Comments
We chose the best checkpoint among all epochs. You can save more checkpoints during training and evaluate them to find the best one. |
I tried loading the pre-trained model and saving each batch. The highest accuracy is about 3.58, but it cannot reach 3.41. At the same time, I load the best model (3.41) for iterative training, and usually the accuracy will decrease. How to solve this problem? |
Dear all, I am interested in the SynergeNet. As far as @choyingw mentioned above, I saved all checkpoints every epochs and also saved the checkpoint corresponding to best performance in terms of NME. However, I could not reproduce the result (i.e. AFLW2000-3D-All-NME: 3.41) unforuntaetly. In my case, the lowest NME is 3.628. I understand there may be some error between orinals and mine because of random seed, although I set fixed seed.
Best regards, |
This is the official repo, and the released checkpoints correspond to the results we reported in the paper. The code base we test was based on available newer computing arch, and the computing arch shouldn’t affect the results |
In my reproduce procedure, the whole training process is very unstable. Could you please share the training log file about the 3.41 nme? @choyingw |
I followed the training steps, but my final accuracy was only more than 3.8. How can I reproduce the accuracy of 3.41?
The text was updated successfully, but these errors were encountered: