Implementation of Variational Auto-Encoder for text generation in pytorch.
Reference: Generating Sentences from a Continuous Space. ACL 2016. [paper]
Modify model and sample configuration in config.yaml
or write new configuration file.
Specify task (train, test, sample), gpu and config in command.
python main.py --task train
python main.py --task test
python main.py --task sample