i was able to install TensorFlow(from TensorFlow site) and run the commands:"wget -O g2p-seq2seq-cmudict.tar.gz https://sourceforge.net/projects/cmusphinx/files/G2P%20Models/g2p-seq2seq-cmudict.tar.gz/download tar xf g2p-seq2seq-cmudict.tar.gz" as said in the guide
but got the error:g2p-seq2seq: command not found
You miss setup.py part.
i cant find the setup.py file
It is in the sources on the top level
https://github.com/cmusphinx/g2p-seq2seq/blob/master/setup.py
thank you
Log in to post a comment.
i was able to install TensorFlow(from TensorFlow site)
and run the commands:"wget -O g2p-seq2seq-cmudict.tar.gz https://sourceforge.net/projects/cmusphinx/files/G2P%20Models/g2p-seq2seq-cmudict.tar.gz/download
tar xf g2p-seq2seq-cmudict.tar.gz"
as said in the guide
but got the error:g2p-seq2seq: command not found
You miss setup.py part.
i cant find the setup.py file
It is in the sources on the top level
https://github.com/cmusphinx/g2p-seq2seq/blob/master/setup.py
thank you