-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
run
nl8590687 edited this page May 25, 2018
·
5 revisions
目前可用的模型有22和24
本项目开始训练请执行:
$ python3 train_mspeech.py
本项目开始测试请执行:
$ python3 test_mspeech.py
测试之前,请确保代码中填写的模型文件路径存在。
ASRT API服务器启动请执行:
$ python3 asrserver.py
如果要训练和使用模型24,请在代码中 import SpeechModel
的相应位置做修改。
如果程序运行期间有什么问题,可以及时在issue中提出来,我将尽快做出答复。
提问前可以先 查看常见问题
需要额外安装的python依赖库,需要使用python3
- python_speech_features
- TensorFlow
- Keras
- wave
- Numpy (原版python没有预装)
- matplotlib (原版python没有预装)
- Scipy (原版python没有预装)
- h5py (原版python没有预装)
- math (部分python没有预装)