Henry Chang

Results 4 comments of Henry Chang

In Python 3, CofigParser has been renamed to configparser. Ref: https://docs.python.org/2/library/configparser.html

Hi, your model perplexity is already very good. A perplexity of 1.27 means that your model have learn a good language model such that there are in average 1/1.27 probability...

There are two ways around this. First you can uninstall your current version of Tensorflow and install the older version same as this repo. The recommended way is to create...

Hi, you can check out the discussion on "How to use pre-trained word embeddings in seq2seq?" in official TensorFlow repo: https://github.com/tensorflow/tensorflow/issues/4095, or "Using pretrained word embeddings" in CNN text classification:...