-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Fix ResourceWarning in Wandb and Update README.md #8103
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #8103 +/- ##
==========================================
- Coverage 64.18% 64.17% -0.02%
==========================================
Files 361 361
Lines 29514 29524 +10
Branches 5018 5019 +1
==========================================
+ Hits 18945 18946 +1
- Misses 9566 9575 +9
Partials 1003 1003
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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
Could wandb give some discount for mmdetection user to Subscriptions, and support the Alipay to pay? #3737 |
* add hint in wandb * update readme * update readme * update hint of wandb
* add hint in wandb * update readme * update readme * update hint of wandb
* add hint in wandb * update readme * update readme * update hint of wandb
* add hint in wandb * update readme * update readme * update hint of wandb
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
wandb.log
will always print a ResourceWarning.Modification
Add wandb version judgment logic
BC-breaking (Optional)
None