[Feature] Add tools/analysis_tools/print_config.py#1590
Merged
Z-Fran merged 4 commits intoopen-mmlab:dev-1.xfrom Jan 17, 2023
Merged
[Feature] Add tools/analysis_tools/print_config.py#1590Z-Fran merged 4 commits intoopen-mmlab:dev-1.xfrom
Z-Fran merged 4 commits intoopen-mmlab:dev-1.xfrom
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. |
LeoXing1996
previously approved these changes
Jan 11, 2023
Collaborator
|
Please move this file to the folder |
Contributor
Author
|
@Z-Fran Thank you for your review |
Z-Fran
approved these changes
Jan 17, 2023
Collaborator
|
Thanks for your contribution. @i-aki-y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
ConfigandDictActionare imported from themmengineinstead ofmmcv.Checklist
Before PR:
After PR: