typo修正、stepをglobal_stepに修正、バグ修正

This commit is contained in:
u-haru
2023-03-23 09:53:14 +09:00
parent a9b26b73e0
commit 447c56bf50
6 changed files with 7 additions and 7 deletions

View File

@@ -2046,7 +2046,7 @@ def add_dataset_arguments(
)
parser.add_argument(
"--token_warmup_steps",
"--token_warmup_step",
type=float,
default=0,
help="tag length reaches maximum on N steps (or N*max_train_steps if N<1) / NN<1ならN*max_train_stepsステップでタグ長が最大になる。デフォルトは0最初から最大",