-
为了让程序能够运行修改了Tokenizer前读取文件Gfile的部分,把读取模式从r改成rb,后面训练进行时发现vocab是空的,而且在train的idx文件里看所有语句的每个词的id都是3,搞不懂是怎么回事,最近急需用这个东西,给作者添麻烦了,不好意思
-
Hi ,
I am unable to understand that how to use yelp data set and generate new review. In DP-GAN they have used text data .
In SeqGAN if I have text data file what are the …
-
Good time of a day, Sir!
These days I am working with Generative Adversarial Networks, specifically - Sequential GAN.
Your implementation is the only one using Keras libraries, which I could find …
-
作者,您好!我想问问SeqGAN做对话比一般的Seq2Seq都要好些吗?如果与GPT2.0相比哪个效果更好?RankGAN、MaskGAN在对话能力方面会比SeqGAN好吗?
-
Dear Dev Team,
I am using seq_gan model for generating text sequence. I am trying to use list of valid "subdomains" as input and generate new "text" as output. I am making changes in run/run_seqga…
-
When I use my dataset,it happens
could you help me?
training arguments:
>>> if_test: False
>>> run_model: seqgan
>>> k_label: 2
>>> dataset: obama
>>> model_type: vanilla
>>> loss_type: rsga…
-
Whenever I trained my own custom dataset with seqGAN, this error is coming,
```
Starting Generator MLE Training...
Traceback (most recent call last):
File "main.py", line 169, in
inst._r…
-
Is it possible to add Likelihood-based Metrics on generated data for SeqGan evaluation? They are described in original paper and paper accompanying implementation you refer to (https://arxiv.org/pdf/1…
-
```
https://github.com/AustinStoneProjects/TextGAN
```
-
How does seqgan train on real data?