carpedm20 / variational-text-tensorflow
- четверг, 24 марта 2016 г. в 02:11:59
Python
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