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

How to Add More Epochs When the Model's Performance is Still Improving After 1000 Epochs #2652

Open
b-niu opened this issue Dec 20, 2024 · 0 comments
Assignees

Comments

@b-niu
Copy link

b-niu commented Dec 20, 2024

Dear authors,
I'm currently working with a model and I've encountered an interesting situation. After running 1000 epochs, I noticed that the performance of the model is still slowly increasing. Now I'm considering adding more epochs (for example, adding another 1000 epochs). I'm wondering which approach you would recommend:

  1. Modify the default number of epochs to 2000 and train the model from scratch.
  2. Modify the default number of epochs to 2000 and use the weights from the previous training session to perform the training.
  3. Employ some specific techniques to continue the training for an additional 1000 times based on the previous weights.
  4. Or is there any other better way that you could suggest?

I would really appreciate it if you could share your insights and recommendations on this matter. Thank you very much for your time and assistance.
Best regards.

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