-
Notifications
You must be signed in to change notification settings - Fork 232
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
[WIP] Regression Benchmark #146
base: master
Are you sure you want to change the base?
Conversation
# c) ``Pass``: Successfully pass the regression test. | ||
# 3. We should check the representation of the result value in metafile and the | ||
# generated log table. (Related to convert_str_metric_value() function) | ||
# 4. The matric name should be mapped to the standard one. Please check |
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.
matric
? Maybe Metric
?
|
||
def main(): | ||
args = parse_args() | ||
get_log_files(args) |
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.
Maybe data_dict = get_log_files(args)
?
This feature has been supported in https://github.com/open-mmlab/mmgeneration/tree/dev-1.x/.dev_scripts |
No description provided.