Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

capitalize help messages #1137

Merged
merged 2 commits into from
Jul 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blueoil/cmd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ def train(config, experiment_id, recreate, profile_step, data_dir, output_dir):
"--image_size",
nargs=2,
type=click.Tuple([int, int]),
help="input image size height and width. if these are not provided, it restores from saved experiment config."
help="Input image size height and width. If these are not provided, it restores from saved experiment config."
"e.g --image_size 320 320",
default=(None, None),
)
@click.option(
"--project_name",
help="project name which generated by convert",
help="Project name which generated by convert",
default=None,
)
@click.option(
Expand Down