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

Add early stopping in the training module #25

Open
mturja-vf-ic-bd opened this issue May 23, 2023 · 0 comments
Open

Add early stopping in the training module #25

mturja-vf-ic-bd opened this issue May 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mturja-vf-ic-bd
Copy link
Owner

Currently, the training module interface doesn't support early stopping. It can be implemented using the callback lightning.pytorch.callbacks.early_stopping.EarlyStopping and adding an option in the interface to control the parameters of this function.

@mturja-vf-ic-bd mturja-vf-ic-bd added the enhancement New feature or request label May 23, 2023
@mturja-vf-ic-bd mturja-vf-ic-bd self-assigned this May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant