Unverified Commit febaf863 authored by Will Berman's avatar Will Berman Committed by GitHub
Browse files

[docs] [dreambooth] note random crop (#2085)

* [docs] [dreambooth] note random crop

documenting default random crop behavior
parent 16bb5058
......@@ -156,7 +156,10 @@ def parse_args(input_args=None):
),
)
parser.add_argument(
"--center_crop", action="store_true", help="Whether to center crop images before resizing to resolution"
"--center_crop",
default=False,
action="store_true",
help="Whether to center crop images before resizing to resolution. If not set, images are randomly cropped.",
)
parser.add_argument(
"--train_text_encoder",
......
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