We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce52ea1 commit ff0b8e8Copy full SHA for ff0b8e8
README.md
@@ -201,7 +201,7 @@ For training conditional models we need two changes:
201
202
Specifically the dataset `getitem` will return the following:
203
* `image_tensor` for unconditional training
204
-* tuple of `(image_tensor, cond_input )` for class conditional training where cond_input is a dictionary consisting of keys ```{class/text/image}```
+* tuple of `(image_tensor, cond_input )` for conditional training where cond_input is a dictionary consisting of keys ```{class/text/image}```
205
206
### Training Class Conditional LDM
207
The repo provides class conditional latent diffusion model training code for mnist dataset, so one
0 commit comments