Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kohya-ss committed Sep 11, 2024
1 parent 6dbfd47 commit c7c666b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/train_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3077,15 +3077,14 @@ def int_or_float(value):
type=int,
default=None,
help="Inverse sqrt timescale for inverse sqrt scheduler,defaults to `num_warmup_steps`"
" / 逆平方根スケジューラのタイムスケール、デフォルトは`num_warmup_steps`",
,
+ " / 逆平方根スケジューラのタイムスケール、デフォルトは`num_warmup_steps`",
)
parser.add_argument(
"--lr_scheduler_min_lr_ratio",
type=float,
default=None,
help="The minimum learning rate as a ratio of the initial learning rate for cosine with min lr scheduler and warmup decay scheduler"
" / 初期学習率の比率としての最小学習率を指定する、cosine with min lr と warmup decay スケジューラ で有効",
+ " / 初期学習率の比率としての最小学習率を指定する、cosine with min lr と warmup decay スケジューラ で有効",
)


Expand Down

0 comments on commit c7c666b

Please sign in to comment.