"tests/vscode:/vscode.git/clone" did not exist on "9e532e7def70ff0756e04676f88d4ffc80debe1f"
Unverified Commit 7d4bafa8 authored by Anton Lozhkov's avatar Anton Lozhkov Committed by GitHub
Browse files

Merge pull request #15 from mrm8488/patch-1

Fix output path name
parents 71c6b362 57aba1ef
...@@ -34,7 +34,7 @@ python -m torch.distributed.launch \ ...@@ -34,7 +34,7 @@ python -m torch.distributed.launch \
train_ddpm.py \ train_ddpm.py \
--dataset="huggan/pokemon" \ --dataset="huggan/pokemon" \
--resolution=64 \ --resolution=64 \
--output_path="flowers-ddpm" \ --output_path="pokemon-ddpm" \
--batch_size=16 \ --batch_size=16 \
--num_epochs=100 \ --num_epochs=100 \
--gradient_accumulation_steps=1 \ --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