diegoalejogm / gans

Generative Adversarial Networks implemented in PyTorch and Tensorflow
MIT License
835 stars 351 forks source link

Using text data ? #21

Open keloemma opened 4 years ago

keloemma commented 4 years ago

Hello,

Is it possible to modify your model to make it work with text data ? I am encountering some difficulty to get data in french for a text classification task and I was wondering if using gan system could help augmentate my small data.

Best regards,