You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-12
Original file line number
Diff line number
Diff line change
@@ -75,54 +75,56 @@ You can change the number of sampling steps using the `--timestep_respacing` arg
75
75
76
76
To sample using [DDIM](https://arxiv.org/abs/2010.02502), pass `--use_ddim True`.
77
77
78
-
## Experiment hyper-parameters
78
+
## Models and Hyperparameters
79
79
80
-
This section includes run flags for training the main models in the paper. Note that the batch sizes are specified for single-GPU training, even though most of these runs will not naturally fit on a single GPU. To address this, either set `--microbatch` to a small value (e.g. 4) to train on one GPU, or run with MPI and divide `--batch_size` by the number of GPUs.
80
+
This section includes model checkpoints and run flags for the main models in the paper.
81
81
82
-
Unconditional ImageNet-64 with our `L_hybrid` objective and cosine noise schedule:
82
+
Note that the batch sizes are specified for single-GPU training, even though most of these runs will not naturally fit on a single GPU. To address this, either set `--microbatch` to a small value (e.g. 4) to train on one GPU, or run with MPI and divide `--batch_size` by the number of GPUs.
83
+
84
+
Unconditional ImageNet-64 with our `L_hybrid` objective and cosine noise schedule [[checkpoint](https://openaipublic.blob.core.windows.net/diffusion/march-2021/imagenet64_uncond_100M_1500K.pt)]:
Unconditional CIFAR-10 with our `L_hybrid` objective and cosine noise schedule:
92
+
Unconditional CIFAR-10 with our `L_hybrid` objective and cosine noise schedule[[checkpoint](https://openaipublic.blob.core.windows.net/diffusion/march-2021/cifar10_uncond_50M_500K.pt)]:
Class-conditional ImageNet-64 model (270M parameters, trained for 250K iterations):
100
+
Class-conditional ImageNet-64 model (270M parameters, trained for 250K iterations)[[checkpoint](https://openaipublic.blob.core.windows.net/diffusion/march-2021/imagenet64_cond_270M_250K.pt)]:
Upsampling 256x256 model (280M parameters, trained for 500K iterations):
108
+
Upsampling 256x256 model (280M parameters, trained for 500K iterations)[[checkpoint](https://openaipublic.blob.core.windows.net/diffusion/march-2021/upsample_cond_500K.pt)]:
0 commit comments