-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Enhancement] .dev Python files updated to get better performance and syntax #2020
Conversation
Codecov ReportBase: 89.08% // Head: 89.11% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2020 +/- ##
==========================================
+ Coverage 89.08% 89.11% +0.03%
==========================================
Files 145 145
Lines 8691 8715 +24
Branches 1463 1471 +8
==========================================
+ Hits 7742 7766 +24
Misses 707 707
Partials 242 242
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
… syntax (open-mmlab#2020) * logger hooks samples updated * [Docs] Details for WandBLoggerHook Added * [Docs] lint test pass * [Enhancement] .dev Python files updated to get better performance and quality * [Docs] Details for WandBLoggerHook Added * [Docs] lint test pass * [Enhancement] .dev Python files updated to get better performance and quality * [Enhancement] lint test passed * [Enhancement] Change Some Line from Previous to Support Python<3.9 * Update .dev/gather_models.py Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Motivation
I started to read code details in MMSeg project for going to deep to project. Then I refactored some code part to better syntax
Modification
I changed my latest commit in docs to explain details. Then I modified .dev directory Pythons file and setup.py.