cmusphinx / g2p-seq2seq

G2P with Tensorflow
Other
667 stars 196 forks source link

New release to support Python 3.7.0+ #177

Open dmgolembiowski opened 5 years ago

dmgolembiowski commented 5 years ago

Can new release be pushed to https://pypi.org/ any time soon?

nshmyrev commented 5 years ago

Sure, but I need to update it to pytorch first. Help is appreciated.

loretoparisi commented 5 years ago

Just adding that for me inference from a pre-trained dictionary it works with

setuptools>=41.0.0
tensorflow
tensor2tensor

so with TF 1.14.0, latest T2T on pip3 and python 3.7.3. The training instead it does not work, and I'm getting this https://github.com/cmusphinx/g2p-seq2seq/issues/179 error.

b00f commented 4 years ago

Also this library is slow in Python2.7. Appreciate new update...