How should I test this command ( g2p-seq2seq --interactive --model model_folder_path)
2016-09-28
2016-09-28
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
where and how should I test this command? when I'm trying i get this Error:
You need to install g2p-seq2seq with
it will install binary script in /usr/local/bin. If you don't have /usr/local/bin in PATH you should add it or invoke with an absolute path:
thanks but when I'm trying this:
I get this Error:
You need to install tensorflow first as pointed in README installation instructions.
I did it for python 3 but it didnt work. but solved now
I installed the tensorflow for python2 and solved the problem!
thanks again