Funasr的speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch模型训练
1个月前 (09-11)164
之前一直在使用在线流式的语音识别,所以训练的speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online模型。 要训练speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-...
通过label-studio标柱FUNasr语音识别模型训练所需的数据
1个月前 (09-08)134
label-studio的安装部署看我的以前的文章 开源模型训练数据标柱工具label-studio使用介绍 - 星光下的赶路人 一、标柱 安装完成后首先上传音频,选择语音识别任务 标注分几步 首先鼠标选中要标柱的音频段,选中后该部分会变成黑色 然后点击上方的标签,一般选择语音s...
PaddleSpeech tts语音合成模型训练
1个月前 (09-04)142
语音合成是指在基础模型上训练自己独有的文本朗读语音。我是在paddlespeech的fastspeech2_aishell3的基础上进行训练。 git地址 paddlespeech的安装及使用请看我之前的文章 ubuntu下安装paddlespeech 通过paddlespeech和ol...