You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I got error both in running or training under p2g mod.
(The G2P worked fine)
---------------- running ----------------
The model I used is downloaded at here as described.
The command line I used is g2p-seq2seq --interactive --model_dir g2p-seq2seq-model-6.2-cmudict-nostress --p2g
and when I input hello
it return WARNING:tensorflow:Invalid symbol:hello
It happened with other common words.
---------------- training ----------------
As I thought it might be the model problem, so I want so train my own model with cmudict.dict downloaded here
The command line I used is g2p-seq2seq --train /data00/home/***/anaconda3/bin/cmudict.dict --model_dir g2p-seq2seq-model-6.2-cmudict-nostress --p2g --cleanup
The error returned as
Hi, I got error both in running or training under p2g mod.
(The G2P worked fine)
---------------- running ----------------
The model I used is downloaded at here as described.
The command line I used is
g2p-seq2seq --interactive --model_dir g2p-seq2seq-model-6.2-cmudict-nostress --p2g
and when I input
hello
it return
WARNING:tensorflow:Invalid symbol:hello
It happened with other common words.
---------------- training ----------------
As I thought it might be the model problem, so I want so train my own model with cmudict.dict downloaded here
The command line I used is
g2p-seq2seq --train /data00/home/***/anaconda3/bin/cmudict.dict --model_dir g2p-seq2seq-model-6.2-cmudict-nostress --p2g --cleanup
The error returned as
what can I do? Thanks
The text was updated successfully, but these errors were encountered: