Skip to content

Commit 40c0e2d

Browse files
committed
cleanup readme
1 parent a81dbfa commit 40c0e2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ diffusion = GaussianDiffusion(
5252

5353
trainer = Trainer(
5454
diffusion,
55-
'/home/phil/dl/data/flowers',
56-
results_folder = './rin',
55+
'/path/to/your/images',
5756
num_samples = 16,
5857
train_batch_size = 4,
5958
gradient_accumulate_every = 4,

0 commit comments

Comments
 (0)