-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature] Add tools/analysis_tools/print_config.py #1590
Conversation
Codecov ReportBase: 87.92% // Head: 87.92% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1590 +/- ##
========================================
Coverage 87.92% 87.92%
========================================
Files 399 399
Lines 26051 26051
Branches 4048 4048
========================================
Hits 22906 22906
Misses 2240 2240
Partials 905 905
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. |
Please move this file to the folder |
@Z-Fran Thank you for your review |
Thanks for your contribution. @i-aki-y |
Add a print_config.py into 1.x branch
Motivation
close #1535
Modification
Add a new script tools/misc/print_config.py
The code was borrowed from the other open-mmlab project.
ex. https://github.com/open-mmlab/mmclassification/blob/1.x/tools/misc/print_config.py
BC-breaking (Optional)
This works in 1.x branch and does not in < 1.x because the
Config
andDictAction
are imported from themmengine
instead ofmmcv
.Checklist
Before PR:
After PR: