Skip to content

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

Notifications You must be signed in to change notification settings

LeeJuly30/SeqGAN-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages