You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Modify the default number of epochs to 2000 and train the model from scratch.
Modify the default number of epochs to 2000 and use the weights from the previous training session to perform the training.
Employ some specific techniques to continue the training for an additional 1000 times based on the previous weights.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: