-
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
Replace Wandb callback's finalize with no-op #1193
Conversation
This pull request is now in conflict... :( |
Codecov Report
@@ Coverage Diff @@
## master #1193 +/- ##
========================================
Coverage ? 92%
========================================
Files ? 62
Lines ? 3179
Branches ? 0
========================================
Hits ? 2911
Misses ? 268
Partials ? 0 |
@bkkaggle could you pls add a note to changelog? |
The change to the callback looks good to me. |
@bkkaggle can you update the corresponding tests? can't merge with failing tests |
@calclavia @borisdayma can the failing platform-dependent? |
I'm actually surprised. Right now wandb.join is not called anymore and finalize does not do anything. |
@bkkaggle could you pls implement #1193 (comment) suggestion |
I would just remove finalize method (not sure if pytorch-lightning checks the return value). If @bkkaggle doesn't have the time I can update the PR. |
For info, here are the changes I suggest: master...borisdayma:fix-wandb |
I am currently testing proposed changes with a W&B sweep and it seems to be working well: Sweep run I also had to change the I adapted the semantic segmentation example to customize unet, gradient accumulation, etc. Still discovering pytorch-lightning features. Really impressive! |
@borisdayma sounds cool, mind send update PR for semantic Segmentation? |
Looks good to me! I'll make separate one to update the |
@Borda I removed the |
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.
LGTM 🚀
it seems that there is issue with examples, could you please rebase |
This pull request is now in conflict... :( |
* Replace Wandb callback's finalize with no-op * Update pytorch_lightning/loggers/wandb.py * Update wandb.py * remove wandb logger's finalize and update tests * update changelog Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: William Falcon <[email protected]>
Before submitting
What does this PR do?
Fixes #1116 and #1220
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃