prashantserai
prashantserai
Hi! After some efforts (tweaking Makefiles for Phonetisaurus and MITLM, amongst others), I managed to install Phonetisaurus, but it gives me the following error when trying to run the example...
Hi, I just installed this (with Tensorflow 1.6), and got the following error on my first run. Traceback (most recent call last): File ".............bin/g2p-seq2seq", line 11, in load_entry_point('g2p-seq2seq==6.2.0a0', 'console_scripts', 'g2p-seq2seq')()...
Hi! So the perplexity calculation here is (per line 140 from "train" in nvdm.py): `print_ppx = np.exp(loss_sum / word_count)` However, loss_sum is based on the sum of "loss" which is...