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

reproduce problems #21

Closed
panjunhao99 opened this issue Apr 27, 2022 · 2 comments
Closed

reproduce problems #21

panjunhao99 opened this issue Apr 27, 2022 · 2 comments

Comments

@panjunhao99
Copy link

I tried to reproduce your code on acdc, and found that the validation set always performed better in the early stage (around 50 epoch) during the training process, and always performed worse in the later epoch, which made me not sure which model to choose. How can I improve to find the most accurate model faster?

@Dootmaan
Copy link
Owner

Hi @panjunhao99 and thank you for your question.

Usually we will choose the model with the best validation score for testing but meanwhile we can also test the models around it. The best test score if often obtained after several rounds of training and model selecting. If you find the validation score falls quickly in training, maybe you could try to lower the learning rate, or simply kill the process and load the newest weights to start another round of training.

@Dootmaan
Copy link
Owner

This issue is closed since no further activity has happened for a while.

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