Skip to content

Commit 2e66f3f

Browse files
authored
add missing flags to L_vlb models in README
1 parent e944892 commit 2e66f3f

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
@@ -133,14 +133,14 @@ Unconditional ImageNet-64 with the `L_vlb` objective and cosine noise schedule [
133133

134134
```bash
135135
MODEL_FLAGS="--image_size 64 --num_channels 128 --num_res_blocks 3 --learn_sigma True"
136-
DIFFUSION_FLAGS="--diffusion_steps 4000 --noise_schedule cosine"
136+
DIFFUSION_FLAGS="--diffusion_steps 4000 --noise_schedule cosine --use_kl True"
137137
TRAIN_FLAGS="--lr 1e-4 --batch_size 128 --schedule_sampler loss-second-moment"
138138
```
139139

140140
Unconditional CIFAR-10 with the `L_vlb` objective and cosine noise schedule [[checkpoint](https://openaipublic.blob.core.windows.net/diffusion/march-2021/cifar10_uncond_vlb_50M_500K.pt)]:
141141

142142
```bash
143143
MODEL_FLAGS="--image_size 32 --num_channels 128 --num_res_blocks 3 --learn_sigma True --dropout 0.3"
144-
DIFFUSION_FLAGS="--diffusion_steps 4000 --noise_schedule cosine"
144+
DIFFUSION_FLAGS="--diffusion_steps 4000 --noise_schedule cosine --use_kl True"
145145
TRAIN_FLAGS="--lr 1e-4 --batch_size 128 --schedule_sampler loss-second-moment"
146146
```

0 commit comments

Comments
 (0)