Skip to content

Commit

Permalink
Fix train_text_to_image.py --help (#10711)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkthiebaut authored Feb 4, 2025
1 parent 5e8e6cb commit f63d322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/text_to_image/train_text_to_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ def parse_args():
"--dream_training",
action="store_true",
help=(
"Use the DREAM training method, which makes training more efficient and accurate at the ",
"expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210",
"Use the DREAM training method, which makes training more efficient and accurate at the "
"expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210"
),
)
parser.add_argument(
Expand Down

0 comments on commit f63d322

Please sign in to comment.