具有自定义功能的 CMUSphinx
CMUSphinx with custom features
我正在尝试训练一个新的具有自定义功能的语音识别声学模型。是否可以将特征矩阵而不是 wav 文件提供给 CMUSphinx 进行训练?我尝试在 google 和教程页面上搜索,但找不到任何相关信息。我错过了什么吗?
Is it possible to feed the feature matrix instead of wav file into CMUSphinx for training?
最好使用像 Kaldi 这样更现代的工具包进行训练。
I have tried searching on google and the tutorial page and can't find any information about it. Am i missing something?
您只需自己准备 mfc 文件并跳过第一个 feature_extraction 步骤。您必须像此处描述的那样编写代码:
https://cmusphinx.github.io/wiki/mfcformat/
在kaldi中你只需要自己准备ark文件:
我正在尝试训练一个新的具有自定义功能的语音识别声学模型。是否可以将特征矩阵而不是 wav 文件提供给 CMUSphinx 进行训练?我尝试在 google 和教程页面上搜索,但找不到任何相关信息。我错过了什么吗?
Is it possible to feed the feature matrix instead of wav file into CMUSphinx for training?
最好使用像 Kaldi 这样更现代的工具包进行训练。
I have tried searching on google and the tutorial page and can't find any information about it. Am i missing something?
您只需自己准备 mfc 文件并跳过第一个 feature_extraction 步骤。您必须像此处描述的那样编写代码:
https://cmusphinx.github.io/wiki/mfcformat/
在kaldi中你只需要自己准备ark文件: