Spaces:
Runtime error
Runtime error
update batch size
Browse files
README.md
CHANGED
@@ -71,9 +71,9 @@ accelerate launch --config_file accelerate_local.yaml \
|
|
71 |
--resolution 256 \
|
72 |
--output_dir ddpm-ema-audio-256 \
|
73 |
--num_epochs 100 \
|
74 |
-
--train_batch_size
|
75 |
-
--eval_batch_size
|
76 |
-
--gradient_accumulation_steps
|
77 |
--learning_rate 1e-4 \
|
78 |
--lr_warmup_steps 500 \
|
79 |
--mixed_precision no
|
|
|
71 |
--resolution 256 \
|
72 |
--output_dir ddpm-ema-audio-256 \
|
73 |
--num_epochs 100 \
|
74 |
+
--train_batch_size 2 \
|
75 |
+
--eval_batch_size 2 \
|
76 |
+
--gradient_accumulation_steps 8 \
|
77 |
--learning_rate 1e-4 \
|
78 |
--lr_warmup_steps 500 \
|
79 |
--mixed_precision no
|