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
This will create a directory ```Data/images_generated_from_text/``` with a folder corresponding to every row of the ***text.txt*** file. Each of these folders will contain images for that text.
@@ -204,7 +204,7 @@ The following are the parameters you need to set, in case you have used differen
204
204
FLAG | VALUE TYPE | DEFAULT VALUE | DESCRIPTION
205
205
--- | --- | --- | ---
206
206
z-dim | int | 100 | Number of dimensions of the Noise vector |
207
-
t_dim | int | 512 | Number of dimensions for the latent representation of the text embedding.
207
+
t_dim | int | 256 | Number of dimensions for the latent representation of the text embedding.
208
208
batch_size | int | 64 | Mini-Batch Size
209
209
image_size | int | 128 | Batch size to use during training.
210
210
gf_dim | int | 64 | Number of conv filters in the first layer of the generator.
@@ -298,7 +298,7 @@ This will generate the interpolated images in ```Data/synthetic_dataset/t_interp
298
298
FLAG | VALUE TYPE | DEFAULT VALUE | DESCRIPTION
299
299
--- | --- | --- | ---
300
300
z-dim | int | 100 | Number of dimensions of the Noise vector |
301
-
t_dim | int | 512 | Number of dimensions for the latent representation of the text embedding.
301
+
t_dim | int | 256 | Number of dimensions for the latent representation of the text embedding.
302
302
batch_size | int | 64 | Mini-Batch Size
303
303
image_size | int | 128 | Batch size to use during training.
304
304
gf_dim | int | 64 | Number of conv filters in the first layer of the generator.
0 commit comments