cmusphinx / g2p-seq2seq

G2P with Tensorflow
Other
667 stars 196 forks source link

Issues Running G2P #189

Closed FrancescoLimoni closed 4 years ago

FrancescoLimoni commented 4 years ago

Hello everyone,

I successfully install everything that i need in order to use the Sequence-to-Sequence G2P toolkit.

Now I was trying to execute this command _$ g2p-seq2seq --interactive --model_dir model_folder_path but I getting back this message zsh: /Users/francescolimoni/Desktop/Mat g2p/venv/bin/g2p-seq2seq: bad interpreter: "/Users/francescolimoni/Desktop/Mat: no such file or directory . From my understanding I miss one or more files. Can anyone explain me little bit more how that works and specially what do I need the g2p-seq2seq-model-6.2-cmudict-nostress_ folder for?

I am quite sure I need to do something with it but I am having hard time to understand how the tutorial works. I think sometime it skips or take some informations for granted when they are not.

Thank you Francesco

nshmyrev commented 4 years ago

The error is due to the space in file path between Mat and g2p.

what do I need the g2p-seq2seq-model-6.2-cmudict-nostress folder for

Model in machine learning is a data structure which is created on a train data and used to compute the results. You can learn about it from any machine learning introduction.