-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Implement LightningModule
& LoggerCallback
in GraphGym
#4531
Conversation
implement logger pl callback
Codecov Report
@@ Coverage Diff @@
## master #4531 +/- ##
==========================================
+ Coverage 82.88% 82.92% +0.03%
==========================================
Files 316 316
Lines 16679 16747 +68
==========================================
+ Hits 13825 13888 +63
- Misses 2854 2859 +5
Continue to review full report at Codecov.
|
Co-authored-by: Jirka Borovec <[email protected]>
…ometric into implement_module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
LightningModule
& LoggerCallback
in GraphGym
Thank you! Looking forward to the follow-up contributions :) |
Partially address 2nd task from the roadmap #4503.
Lightning Module implementation for model training/val/test step and implement Logger as PL Callback.