end2end-asr-pytorch icon indicating copy to clipboard operation
end2end-asr-pytorch copied to clipboard

Could not automatically download the AiShell-1 (Chinese) data

Open mdhasanai opened this issue 5 years ago • 4 comments

Can you check the script "data/aishell.py" ? I got this error"

Traceback (most recent call last):
  File "data/aishell.py", line 188, in <module>
    tr_file_list = traverse(root, "transcript/train", search_fix="")
  File "data/aishell.py", line 19, in traverse
    for s_p in sorted(os.listdir(p)):
FileNotFoundError: [Errno 2] No such file or directory: 'Aishell_dataset/transcript/train'

mdhasanai avatar Jul 05 '19 06:07 mdhasanai

Thank you for the report. I downloaded the data manually before. Let me add the code to automatically download the dataset.

gentaiscool avatar Jul 05 '19 06:07 gentaiscool

can you provide the correct "aishell.py"? Thank you in advance.

zqs01 avatar Jul 11 '19 12:07 zqs01

I will try to finish it in the weekend when I have more free time to work on the repo.

gentaiscool avatar Jul 11 '19 18:07 gentaiscool

why the aishell label have english char?

ArtemisZGL avatar Feb 24 '20 03:02 ArtemisZGL