ASRT_SpeechRecognition icon indicating copy to clipboard operation
ASRT_SpeechRecognition copied to clipboard

A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统

Results 112 ASRT_SpeechRecognition issues
Sort by recently updated
recently updated
newest added

背景:下载ASRT_v1.3.0.zip包,无代码修改,Python3.7,依赖包为requirements.txt无修改,运行asrserver_http无报错,运行client_http时,client报错如下: > Traceback (most recent call last): > File "D:/Prj/PycharmPrj/ASRT_v1.3.0/client_http.py", line 47, in > result = json.loads(r.text) > File "D:\Env\Python37\lib\json\__init__.py", line 348, in loads > return _default_decoder.decode(s) > File "D:\Env\Python37\lib\json\decoder.py",...

我的电脑用的是AMD显卡,请问predict_speech_file.py这个文件能跑起来吗

转换单个文件没有问题,启用server 会返回这个错误 Tensor Tensor(\"Activation0/truediv:0\", shape=(?, 200, 1428), dtype=float32) is not an element of this graph.", 但我部署到 tesla a10 24g的服务器上,没有这个问题,是因为jetson 系统内存和显存共享的问题吗。有没有解决方法,谢谢。

VGG的话年代有点久远了,请问有试过ResNet,transformer之类的模型吗?

![image](https://user-images.githubusercontent.com/107905371/178033403-72730897-b8af-4898-a6e5-9bdb70b84ea1.png) 按照教程一步一步做的,下载直接是按照requirements里的要求,但就是训练不报错直接就结束了,不清楚是什么原因

请问有训练好的模型能直接下载使用的吗?

我是想用迁移学习,在普通话模型基础上训练方言的模型,请问这样是否可行?

大佬你好, 请问下这个可以对方言(四川话)进行训练识别吗, 没看到文档有写明, 测试您的在线demo, 似乎对方言并不支持

如果可以的话,怎么调用本地的麦克风作为输入呢,谢谢