DOC Dreambooth Add --sample_batch_size=1 to the 8 GB dreambooth example script (#829)
Add --sample_batch_size=1 to the 8 GB dreambooth script
This commit is contained in:
parent
db19a9d9d7
commit
ce7d96681c
|
@ -151,6 +151,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 \
|
||||||
|
--sample_batch_size=1 \
|
||||||
--gradient_accumulation_steps=1 --gradient_checkpointing \
|
--gradient_accumulation_steps=1 --gradient_checkpointing \
|
||||||
--learning_rate=5e-6 \
|
--learning_rate=5e-6 \
|
||||||
--lr_scheduler="constant" \
|
--lr_scheduler="constant" \
|
||||||
|
|
Loading…
Reference in New Issue