"docs/vscode:/vscode.git/clone" did not exist on "5985504cc32011fbd4312600b4492d8ae0dd13b4"
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