-
There are some recent text generation GAN papers in which the discriminator is a LSTM rather than a CNN. Why was CNN used in this paper?
-
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…
-
Tensorflow use operator [multinomial](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/api_docs/python/functions_and_classes/shard3/tf.multinomial.md) for sampling inside computat…
-
I think our current model with `TensorGraph` can't nicely support GANs. In order to train GANs, you need to train both a discriminator `D` and a generator `G`. The training of these two models is thre…
-
sir
as i am runnin train.py for lorem.txt i am getting the following error:
dkp@DKP:~/Desktop/seqgan-text-tensorflow-master$ python train.py
2017-07-07 19:36:22.088169: W tensorflow/core/platform…
-
In this loop:
https://github.com/LantaoYu/SeqGAN/blob/5f2c0a5c978826febe94864da69c77c00f237f81/rollout.py#L79
This is N Time Monte Carlo sampling with n = 16 in the code. But how are the differe…
-
-
hi, I am trying run this repo under pyhton3, original implements using python2, code is fine but the target_params.pkl can not open, do you have an alternate version of that file which can open using …
-
As seen in the code snippet below I have a network which ends with an Lambda layer. This layer use the softmax_to_onehot() (also in snippet) to convert from a softmax-represenation of a vector to a on…
-
Hi.
I would like to start generating models from my own data but I'm unable to get the code working. Running ubuntu 16 & 14 64 bit and current tensorflow 12.1 on nvidia gpu.
I've checked several …