-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
train model with feat.params (non g2p model) #171
Comments
acoustic model used by pocketsphinx is not the same as g2p model used by g2p-seq2seq. |
In that case how can I train my acoustic model .. if I create a corpus file and obtain dictionary and lm for few specific keywords ..the accuracy is good...but number of key words is so less..if I try to increase the number of words, then the accuracy falls down... Is there a way to improve accuracy without decreasing the number of words in default dictionary??? |
Add more training data
No |
Training data?? How to do that?? Do u mean about that tutorial on adapting an acoustic model by using arctic.fileids and arctic.transcriptions?
|
@YashNarK, I'm not a contributor or maintainer to this project, but I came here to say that it is important for you to understand that your request is off-topic. The people running this project have no obligation to help you figure out how to train acoustic models. How to train acoustic models almost entirely unrelated to what this project is about, and it's inconsiderate of you to ask for information in the wrong place. Please figure out the right place to ask, or better, find the right documentation on the internet to understand by yourself what the process is, which inputs you need and how to provide those to your training pipeline. |
I am able to train a g2p model by g2p-seq2seq, but the problem is this model can't be used by pocket sphinx. If tried it always ends with error "RuntimeError: new_Decoder returned -1".
On the other hand, the models which can be used by pocketsphinx can't be trained by g2p-seq2seq.
If tried it ends with error "Exception: File .........\model\en-us\en-us\model.params not exists."
The one main difference I noticed is that pocketsphinx cooperates with models containing feat.params and g2p-seq2seq works on model.params.
Now i need either a g2p model to work under sphinx or a normal model to be trained by using g2p-seq2seq.
Can someone solve this as soon as possible..??? Thanks in advance
VERSION INFO:
g2p-seq2seq 6.2.2a0
tensor2tensor 1.6.6 --> prescribed by many forums as it is the only version working well with g2p-
seq2seq
tensorflow-gpu 1.13.0rc2
pocketsphinx 0.1.15
Python 3.7.2
The text was updated successfully, but these errors were encountered: