-
Notifications
You must be signed in to change notification settings - Fork 86
Added test_image option to convert command. #1056
Added test_image option to convert command. #1056
Conversation
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
0ada795
to
4404a32
Compare
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.
@suttang Please check this PR will solve your issue.
@@ -137,6 +137,7 @@ def run(experiment_id, | |||
output_template_dir=None, | |||
image_size=(None, None), | |||
project_name=None, | |||
test_image=DEFAULT_INFERENCE_TEST_DATA_IMAGE, |
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.
Please change docstring.
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.
RA
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.
OA
/ready |
😥Not mergeable. Please fix problems and send |
wow |
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.
f0852ab
to
4107675
Compare
@iizukak I solved the conflict!!! |
What this patch does to fix the issue.
#960