yeyupiaoling / PPASR

基于PaddlePaddle实现端到端中文语音识别,从入门到实战,超简单的入门案例,超实用的企业项目。支持当前最流行的DeepSpeech2、Conformer、Squeezeformer模型
Apache License 2.0
807 stars 128 forks source link

下载数据集后解压失败 #49

Closed bird7code closed 2 years ago

bird7code commented 2 years ago

你好,我想问下将filepath指定为数据集的绝对路径,然后运训aishell.py报错误:EOFError: Compressed file ended before the end-of-stream marker was reached是什么问题?

yeyupiaoling commented 2 years ago

估计是你下载的文件不完整吧。

bird7code commented 2 years ago

谢谢,已解决,从URL下载下来的数据集是有问题的,修复一下就可以了

bird7code commented 2 years ago

你好,下载的data_aishell.tgz中没有transcripts文件,是需要更换其他源下载吗还是什么问题

bird7code commented 2 years ago

你好,下载的data_aishell.tgz中没有transcripts文件,是需要更换其他源下载吗还是什么问题

已解决,更换一个源即可