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

Loss history is cut off #83

Open
johschnee opened this issue Sep 12, 2022 · 0 comments
Open

Loss history is cut off #83

johschnee opened this issue Sep 12, 2022 · 0 comments

Comments

@johschnee
Copy link
Collaborator

In the notebook workflow.ipynb in the branch documentation after commit 7cde490 one can see an example of consecutive loss curves during the training of the model. There is an accurate loss curve which shows approx. 200 epochs. The next plot of the loss curve shows 100 epochs and the final loss curve shows 160 epochs.

I would expect that all loss curves show the full loss history of the model, e.g. here 300 and 360 epochs.

Most likely the bug happens somewhere during the shifting of binding modes. Maybe the previous loss history is not copied over to the final model.

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

1 participant