Skip to content

Commit 2400cac

Browse files
authored
Fix train_text_to_image.py --help
1 parent 3e35f56 commit 2400cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/text_to_image/train_text_to_image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ def parse_args():
365365
"--dream_training",
366366
action="store_true",
367367
help=(
368-
"Use the DREAM training method, which makes training more efficient and accurate at the ",
369-
"expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210",
368+
"Use the DREAM training method, which makes training more efficient and accurate at the "
369+
"expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210"
370370
),
371371
)
372372
parser.add_argument(

0 commit comments

Comments
 (0)