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

没有改代码,执行train_speech_model时报错 ![image](https://user-images.githubusercontent.com/93529901/175906193-52cf1015-b8ce-42fb-a420-79f1dca7cd69.png) 问题出在speech_model中 ![image](https://user-images.githubusercontent.com/93529901/175906344-50fddc24-a17e-4c67-9b89-0b3f289e1629.png)

![image](https://user-images.githubusercontent.com/93529901/175798633-aab267db-5a92-462f-b768-af3128c6148d.png) 我在project里找了一圈,没找到用test集评估模型的地方,可以讲讲有用到吗?在什么位置

![image](https://user-images.githubusercontent.com/93529901/175756382-1c7b9a05-017a-4026-be3f-148bb3443c76.png) 报错是什么原因呢

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

请问作者或者哪位朋友有没有pretrained好的model可以分享一下,我这台小电脑有点训练不过来...感恩感恩

请问在线体验Demo用的是什么模型?我用1.2.0的单调音频测试效果就不如Demo中那么好

WARNING:tensorflow:From C:\Users\vipuser\Desktop\ASRT_v1.2.0\speech_model.py:114: Model.fit_generator (from tensorflow.python.keras.engine.training) is deprecated and will be removed in a future version. Instructions for updating: Please use Model.fit, which supports generators. Traceback (most recent call last): File...

您好老师,请问本项目语言模型是否支持bert?如果支持能否推荐一个decode?

模型只有6M,之前做目标检测的时候模型动不动就几百M,原因是? 语音识别不准确,thchs30中直接找了一些语料,识别不准确;自己裁了一些小视频音频,有背景音,识别简直惨不忍睹; 后续有什么改进计划