From 57aba1ef50f33a23262e661eeca069f4ce221e92 Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Wed, 15 Jun 2022 21:45:49 +0200 Subject: [PATCH] Fix output path name --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 249714ba..407ddd43 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 \