"...git@developer.sourcefind.cn:OpenDAS/opencompass.git" did not exist on "cbe9fe2cdb745ca70dfde56e6863bf4e70d92241"
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 \ ...@@ -185,7 +185,7 @@ accelerate launch train_dreambooth.py \
--class_prompt="a photo of dog" \ --class_prompt="a photo of dog" \
--resolution=512 \ --resolution=512 \
--train_batch_size=1 \ --train_batch_size=1 \
--use_8bit_adam --use_8bit_adam \
--gradient_checkpointing \ --gradient_checkpointing \
--learning_rate=2e-6 \ --learning_rate=2e-6 \
--lr_scheduler="constant" \ --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