-
Hi,
I am planning on including MCTS in your implementation to improve the training of the Generator. Do you have any example implementations/ suggestions?
Cheers
-
Hi,
It seems that the default LeakGAN discriminator architecture in this repository is quite different from the one in the official repo. Specifically, Texygen's implementation has only two layers…
-
How to use it for Chinese words ?
-
Hi,
I got the following error when training the SeqGAN model.
```
epoch:13
[1.1808003]
[1.1286035]
[1.1499095]
epoch:14
Traceback (most recent call last):
File "main.py", line 85, in
…
-
最好把代码也写了。
-
Hi guys. Thanks for the great repo!
I looking at Section 4.2 Synthetic Data Experiment of the Texygen paper. I have 2 questions.
1) Are all the models trained on the exact same Oracle, or is is…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
What are some features people would like to see in DeepChem 1.4?
I'll kick off the list with a couple needed changes:
- Remove all deprecated non-TensorGraph TensorFlow models/code to contrib/
…
-
Can you provide any guidance on how to train and generate from my own data? I would like to try SeqGAN with various English poetry and prose, but I am not sure how to change this code to train on my o…
ghost updated
6 years ago
-
Hello,
i don't understand the combination of reward and loss function. The label which are given to the discriminator are defined as followed:
`
positive_labels = [[0, 1] for _ in positive_exam…
tocab updated
6 years ago