andi611 / Conditional-SeqGAN-Tensorflow

Conditional Sequence Generative Adversarial Network trained with policy gradient, Implementation in Tensorflow
MIT License
48 stars 16 forks source link

How can i train this model with custom dataset? #3

Closed bharathreddy1997 closed 4 years ago

andi611 commented 4 years ago

See the "Preparation" section in README. Modify the codes in src/preprocess_data.py so that it accommodates your own dataset.