TensorFlow implementation of Neural Variational Inference for Text Processing
Tensorflow implementation of Neural Variational Inference for Text Processing.
This implementation contains:
To train a model with Penn Tree Bank dataset:
$ python main.py --dataset ptb
To test an existing model:
$ python main.py --dataset ptb --forward_only True
Training details of NVDM. The best result can be achieved by onehost updates, not alternative updates.
Taehoon Kim / @carpedm20