Unverified Commit 0025626c authored by Jonathan Rahn's avatar Jonathan Rahn Committed by GitHub
Browse files

fix typo in examples dreambooth README.md (#1073)

Update README.md

fixed typo
parent d53ffbbd
......@@ -185,7 +185,7 @@ accelerate launch train_dreambooth.py \
--class_prompt="a photo of dog" \
--resolution=512 \
--train_batch_size=1 \
--use_8bit_adam
--use_8bit_adam \
--gradient_checkpointing \
--learning_rate=2e-6 \
--lr_scheduler="constant" \
......
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