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
So if you want to use the same strategy, it should be fairly simple to create the early stopping instance and then check at the end of every epoch in your training loop to break from the loop.
Hi,
This is a snippet from burn's guide example, which we can set
early_stopping
:But for customized training loop, such as in https://github.com/tracel-ai/burn/blob/main/examples/custom-training-loop/src/lib.rs, how to set
early_stopping
?The text was updated successfully, but these errors were encountered: