You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no example code for gan training with seq2seq, I know it is somewhat like a combination of seq2seq_attn and seqgan, but still not sure about how to do it specifically. Can someone show me some code to do it properly?
Thanks!!
The text was updated successfully, but these errors were encountered:
rickykaka
changed the title
no seq2seq_gan examples
no seq2seq_gan example
Dec 10, 2018
Building seq2seq with gan training is pretty straightforward.
Starting from seqgan, you basically want to replace the language model architecture in seqgan with the seq2seq architecture in seq2seq_attn. That is, replace Line.58-78 of seqgan with Line.48-60 of seq2seq_attn
There is no example code for gan training with seq2seq, I know it is somewhat like a combination of seq2seq_attn and seqgan, but still not sure about how to do it specifically. Can someone show me some code to do it properly?
Thanks!!
The text was updated successfully, but these errors were encountered: