-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Improve callback system #947
Comments
just waiting for #889 to be merged and I'll pick up the work here |
merged! |
@hadim do you have a direct use case for |
also, i appreciate the desire to keep things symmetric but i'd like to remove the |
I agree. I thought As for |
I am fairly confident given that we're talking about the init method of the |
Following the new callback system here are a few things we might want to do proposed by people who participated in #889 and #896.
Consolidate model hooks and callbacks system. Make the calls at the same moment: Callbacks continued #889 (comment)
Fix
on_train_begin()
being called in the early stopping callbacks: Callbacks continued #889 (comment)Assert
pl_module
andtrainer
are excepted object instances in the callback system train tests: Callbacks continued #889 (comment)Incorporate existing callbacks into the new callback system.
Edit the changelog
ping @Borda @williamFalcon @jeremyjordan @awaelchli
The text was updated successfully, but these errors were encountered: