1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Fix output path name

This commit is contained in:
Manuel Romero
2022-06-15 21:45:49 +02:00
committed by GitHub
parent 71c6b36254
commit 57aba1ef50

View File

@@ -34,7 +34,7 @@ python -m torch.distributed.launch \
train_ddpm.py \
--dataset="huggan/pokemon" \
--resolution=64 \
--output_path="flowers-ddpm" \
--output_path="pokemon-ddpm" \
--batch_size=16 \
--num_epochs=100 \
--gradient_accumulation_steps=1 \