-
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
Implement finalize for WandbLogger #4341
Conversation
Hello @awaelchli! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-10-26 10:54:55 UTC |
Codecov Report
@@ Coverage Diff @@
## master #4341 +/- ##
======================================
- Coverage 93% 93% -0%
======================================
Files 111 111
Lines 8046 8049 +3
======================================
+ Hits 7467 7469 +2
- Misses 579 580 +1 |
Thanks @awaelchli I see from the commit history you probably intended to call The reason I didn't add it in the logger is I was scared it would affect users who manually upload other charts (interpretation, etc) or files to their W&B run once training is complete. I think we will be able to make the model upload cleaner through W&B artifacts. |
@borisdayma Great to have you look into it more! |
@awaelchli Thanks for the feedback. It would be easy add |
What does this PR do?
Fixes #3002
The checkpoint artifacts will be uploaded at the end of the run:
