Skip to content

Commit

Permalink
Merge pull request sdv-dev#71 from timvink/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
csala committed Sep 11, 2020
2 parents d2c9b4e + 7283f34 commit ea1d392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctgan/synthesizer.py
Expand Up @@ -22,7 +22,7 @@ class CTGANSynthesizer(object):
embedding_dim (int):
Size of the random sample passed to the Generator. Defaults to 128.
gen_dim (tuple or list of ints):
Size of the output samples for each one of the Residuals. A Resiudal Layer
Size of the output samples for each one of the Residuals. A Residual Layer
will be created for each one of the values provided. Defaults to (256, 256).
dis_dim (tuple or list of ints):
Size of the output samples for each one of the Discriminator Layers. A Linear Layer
Expand Down

0 comments on commit ea1d392

Please sign in to comment.