Skip to content

Implementation of Variational Auto-Encoder for text generation in pytorch.

License

Notifications You must be signed in to change notification settings

jiangqn/TextVAE-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextVAE-pytorch

Implementation of Variational Auto-Encoder for text generation in pytorch.

Reference: Generating Sentences from a Continuous Space. ACL 2016. [paper]

Usage

Modify model and sample configuration in config.yaml or write new configuration file. Specify task (train, test, sample), gpu and config in command.

Train

python main.py --task train

Test

python main.py --task test

Sample

python main.py --task sample

About

Implementation of Variational Auto-Encoder for text generation in pytorch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages