LeeJuly30 / SeqGAN-pytorch

A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeqGAN-pytorch

A PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)

Requirements:

  • Pytorch v0.4.1
  • Python 3.6

This code based on other's implementation and i made some changes, to run this code use python train.py in command line.

About

A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)


Languages

Language:Python 100.0%