nl8590687 / ASRT_SpeechRecognition

A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
https://asrt.ailemon.net
GNU General Public License v3.0
7.85k stars 1.9k forks source link

下载0.61的版本运行test.py出错 #224

Closed githubleung closed 3 years ago

githubleung commented 3 years ago

错误:AttributeError:“str” object has no attribute ’decode‘ master分支下的代码能够正常训练,但是test_mspeech.py和test.py运行都报同样的错误。截图是0.61版本的test.py运行结果图

捕获
lbq779660843 commented 3 years ago

同样的问题,想知道怎么解决的

zhaojunliing commented 3 years ago

https://blog.csdn.net/qq_41251963/article/details/110132101

zhaojunliing commented 3 years ago

卸载原来的h5py模块,安装2.10版本

pip install h5py==2.10 -i https://pypi.tuna.tsinghua.edu.cn/simple/