Unverified Commit f63d3223 authored by Nicolas's avatar Nicolas Committed by GitHub
Browse files

Fix train_text_to_image.py --help (#10711)

parent 5e8e6cb4
...@@ -365,8 +365,8 @@ def parse_args(): ...@@ -365,8 +365,8 @@ def parse_args():
"--dream_training", "--dream_training",
action="store_true", action="store_true",
help=( help=(
"Use the DREAM training method, which makes training more efficient and accurate at the ", "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", "expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210"
), ),
) )
parser.add_argument( parser.add_argument(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment