Skip to content
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

When training for more than 100 epochs the results obtained are worse than those of the first 100 epochs #2

Open
JihuaPeng opened this issue Jul 15, 2024 · 1 comment

Comments

@JihuaPeng
Copy link

This is a great work for 3D pose estimation. When I train, I find that the best result I save in the first 100 epochs is the 95th epoch, but after I train 200 epochs I get the 156th epoch as the best result. After I evaluate the 95th epoch and the 156th epoch, the result of the 156th epoch is worse than the 95th one, can the author explain the reason?
QQ_1721055042012
QQ_1721055060878

@rabbitchenrui
Copy link

rabbitchenrui commented Sep 4, 2024

maybe model convergence around 100 epoches. Since when evaluate, it sampled from guassion noise, result will be different when different initlization. By the way, can you share me the batch_size and GPU you used when training? I use the default batch_size 1024, can not get the result like you showed in picture. @JihuaPeng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants