This is an open source project (formerly named Listen, Attend and Spell - PyTorch Implementation) for end-to-end ASR implemented with Pytorch, the well known deep learning toolkit.
MIT License
1.19k
stars
318
forks
source link
FileNotFoundError: [Errno 2] No such file or directory: 'result/libri_example_sd0/asr' #29
Hello,
After training the End-to-end ASR with the following command:
python3 main.py --config config/libri_example.yaml
I got the following error:
It seems that I don't have the ASR model in the mentioned directory. I checked it and there is not any model (file) there. Shouldn't it be created in the training steps? Could anyone help me to solve this problem?
Hello, After training the End-to-end ASR with the following command: python3 main.py --config config/libri_example.yaml I got the following error:
It seems that I don't have the ASR model in the mentioned directory. I checked it and there is not any model (file) there. Shouldn't it be created in the training steps? Could anyone help me to solve this problem?