File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ Specifically following new keys need to be modified according to your dataset wi
217217 cond_drop_prob : <probability of dropping class labels>
218218 ```
219219* Create a dataset class similar to mnist where the getitem method now returns a tuple of image_tensor and dictionary of conditional_inputs.
220- * For class conditional input will ONLY be the integer class
220+ * For class, conditional input will ONLY be the integer class
221221* ```
222222 (image_tensor, {
223223 'class' : {0/1/.../num_classes}
@@ -273,7 +273,7 @@ Specifically following new keys need to be modified according to your dataset wi
273273 cond_drop_prob: 0.1
274274 ```
275275* Create a dataset class similar to celebhq where the getitem method now returns a tuple of image_tensor and dictionary of conditional_inputs.
276- * For text and mask, conditional input will caption and mask image
276+ * For text and mask, conditional input will be caption and mask image
277277* ```
278278 (image_tensor, {
279279 'text' : 'a sample caption for image_tensor',
You can’t perform that action at this time.
0 commit comments