"src/diffusers/models/consistency_decoder_vae.py" did not exist on "62825064bf512dedb96db56fa0f077c18a168de8"
Unverified Commit 33abc795 authored by Anton Lozhkov's avatar Anton Lozhkov Committed by GitHub
Browse files

Update README.md

parent 0d80fe93
......@@ -10,7 +10,7 @@ python -m torch.distributed.launch \
train_unconditional.py \
--dataset="huggan/flowers-102-categories" \
--resolution=64 \
--output_path="flowers-ddpm" \
--output_dir="flowers-ddpm" \
--batch_size=16 \
--num_epochs=100 \
--gradient_accumulation_steps=1 \
......@@ -34,7 +34,7 @@ python -m torch.distributed.launch \
train_unconditional.py \
--dataset="huggan/pokemon" \
--resolution=64 \
--output_path="pokemon-ddpm" \
--output_dir="pokemon-ddpm" \
--batch_size=16 \
--num_epochs=100 \
--gradient_accumulation_steps=1 \
......
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