Skip to content

Commit b158d92

Browse files
authored
add missing --class_cond argument to README
1 parent 34a11b0 commit b158d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ TRAIN_FLAGS="--lr 1e-4 --batch_size 128"
9898
Class-conditional ImageNet-64 model (270M parameters, trained for 250K iterations):
9999

100100
```bash
101-
MODEL_FLAGS="--image_size 64 --num_channels 192 --num_res_blocks 3 --learn_sigma True"
101+
MODEL_FLAGS="--image_size 64 --num_channels 192 --num_res_blocks 3 --learn_sigma True --class_cond True"
102102
DIFFUSION_FLAGS="--diffusion_steps 4000 --noise_schedule cosine --rescale_learned_sigmas False --rescale_timesteps False"
103103
TRAIN_FLAGS="--lr 3e-4 --batch_size 2048"
104104
```
105105

106106
Upsampling 256x256 model (280M parameters, trained for 500K iterations):
107107

108108
```bash
109-
MODEL_FLAGS="--num_channels 192 --num_res_blocks 3 --learn_sigma True"
109+
MODEL_FLAGS="--num_channels 192 --num_res_blocks 3 --learn_sigma True --class_cond True"
110110
DIFFUSION_FLAGS="--diffusion_steps 4000 --noise_schedule linear --rescale_learned_sigmas False --rescale_timesteps False"
111111
TRAIN_FLAGS="--lr 3e-4 --batch_size 256"
112112
```

0 commit comments

Comments
 (0)