HARK FORUM › Use kaldi trained model in mobvoihotwords › Reply To: Use kaldi trained model in mobvoihotwords
March 15, 2021 at 1:09 pm
#2295
Thank you for your inquiry.
[ERROR] Expected token "<Nnet3>", got instead "<DIMENSION>".
According to the content of the error message, it seems that a file that is not a model in nnet3 format was entered. First, please check the your recipe used for learning.
From the content of the error message, it looks like you’ve probably given a model in nnet1 format.
Is there a file called final.nnet other than final.mdl? If final.nnet exists, you should specify –nnet-type=1 instead of –nnet-type=3 because it is a learning recipe for nnet1.
For details, refer to the following items in HARK-Document.
https://www.hark.jp/document/hark-document-en/subsec-KaldiDecoder.html
Best regards,
HARK Support Team.
- This reply was modified 3 years, 6 months ago by Masayuki Takigahira.