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

difference on loss between two fit() #506

Open
ZongyuWu97 opened this issue Dec 22, 2024 · 0 comments
Open

difference on loss between two fit() #506

ZongyuWu97 opened this issue Dec 22, 2024 · 0 comments

Comments

@ZongyuWu97
Copy link

I did a fit to my model and another fit on the next line. But the loss is different

Here you can see that after 1000 steps the loss is 3.6e-6
Screenshot 2024-12-22 at 10 48 14
Screenshot 2024-12-22 at 10 39 49

But when I starts another 1000 steps, the loss begin from 1.5e-5 which is not inheriting from the loss above.
Screenshot 2024-12-22 at 10 40 14

Do I need to manually save and load the parameters between two fit()?

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