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

Stop the training and execute the next lines of code #2161

Closed
Rhuax opened this issue Apr 1, 2016 · 1 comment
Closed

Stop the training and execute the next lines of code #2161

Rhuax opened this issue Apr 1, 2016 · 1 comment

Comments

@Rhuax
Copy link

Rhuax commented Apr 1, 2016

Wouldn't be good to decide when to stop the execution of the fit() method during a training and execute the next lines? Or it would be bad in terms of performance since it needs to check every time if a specific key is pressed?
I think it would be good to stop training when a reasonable good loss value is seen.

@NasenSpray
Copy link

You can use callbacks to stop training at any point, e.g. see EarlyStopping

@Rhuax Rhuax closed this as completed May 4, 2016
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