-
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
Add config to runner meta #3534
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3534 +/- ##
=======================================
Coverage 60.94% 60.94%
=======================================
Files 205 205
Lines 13827 13827
Branches 2344 2344
=======================================
Hits 8427 8427
Misses 4971 4971
Partials 429 429
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@@ -156,7 +156,6 @@ def main(): | |||
# checkpoints as meta data | |||
cfg.checkpoint_config.meta = dict( | |||
mmdet_version=__version__ + get_git_hash()[:7], | |||
config=cfg.pretty_text, |
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.
meta['config']
is added in line 133.
'config' is added to runner meta at first.