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

用WFST做解码图,比HMM解码,识别率要高,给个建议

相关论文能否贴一下,谢谢

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

请问有没有公开的英文数据集?

按照教程训练为什么是在cpu上训练的??

can I use it to train new language such as arabic?

tensorflow变成2.4之后,requirements不能运行

测试网页提供的服务效果还可以,但是0.6.1版本包含的模型测试都不对,是模型不一样,还是少什么处理过程。

while True: X = np.zeros((batch_size, audio_length, 200, 1), dtype = np.float) #y = np.zeros((batch_size, 64, self.SymbolNum), dtype=np.int16) y = np.zeros((batch_size, 64), dtype=np.int16) #generator = ImageCaptcha(width=width, height=height) input_length = [] label_length...