Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kohya-ss committed Feb 26, 2024
1 parent 1751936 commit 4a5546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ def setup_parser() -> argparse.ArgumentParser:
parser.add_argument(
"--masked_loss",
action="store_true",
help="apply mask for caclulating loss. conditioning_data_dir is required for dataset. / 損失計算時にマスクを適用する。datasetにはconditioning_data_dirが必要",
help="apply mask for calculating loss. conditioning_data_dir is required for dataset. / 損失計算時にマスクを適用する。datasetにはconditioning_data_dirが必要",
)
return parser

Expand Down

0 comments on commit 4a5546d

Please sign in to comment.