-
Notifications
You must be signed in to change notification settings - Fork 323
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
Some callbacks for debugging and visualization #194
Comments
Hi! thanks for your contribution!, great first issue! |
These are 🔥 . Let's do it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@awaelchli Are you still planning on merging all of these? I figured since you already wrote the code, the verifiers might as well be merged in :) |
@TylerYep oh yes, thanks for the reminder. |
🚀 Feature
Do you have interest in adding any of these callbacks here?
https://github.com/awaelchli/pytorch-lightning-snippets
Can also make an issue for each one, just wanted to know first if there is a desire for more callbacks in PL bolts?
TrainingDataMonitor: logs histogram of what goes into training_step
ModuleDataMonitor: logs histogram of what goes into each submodule in LightningModule
BatchNormVerification: checks (heuristic) if you have a bias before a normalization layer
BatchGradientVerification: checks that your network does not mix data across batch dim.
Motivation
Additional context
Happy to help maintain it and adapt to your needs.
The text was updated successfully, but these errors were encountered: