-
Notifications
You must be signed in to change notification settings - Fork 55
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
RuntimeError #38
Comments
Hi, I have the same problem, could you please tell me how did you solve the problem? Thanks. |
Problem solved. Did not set the path to required files correctly. |
Hello, dear brother : |
Which model are your referring to? |
A 16k chinese model trained by myself , accyrately model is ok, it decode sucessfully in kaldi |
It seems to be hard or impossible to help you in this case: an unknown model AND no details about the failures. A wild guess about the problem would be pitch features for Chinese that you maybe (?) use and are not used in other languages. |
I fix it after reinstall my kaldiasr, everything is ok now , thank you ! |
When i ran chain_online.py, getting RuntimeError.
data/e2e_tdnnf loading model...
Traceback (most recent call last):
File "chain_online.py", line 40, in
kaldi_model = KaldiNNet3OnlineModel (MODELDIR, MODEL)
File "kaldiasr/nnet3.pyx", line 134, in kaldiasr.nnet3.KaldiNNet3OnlineModel.cinit
self.model_wrapper = new NNet3OnlineModelWrapper(beam,
RuntimeError: kaldi::KaldiFatalError
Can anyone help me out in knowing why this error came and how to fix it.
The text was updated successfully, but these errors were encountered: