Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 306 Bytes

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.