baidu-research / ba-dls-deepspeech

Apache License 2.0
486 stars 174 forks source link

RuntimeError when I use python train.py train_corpus.json validation_corpus.json /Users/cheung/baidu-speech/model! #27

Closed zhangdapeng1207 closed 6 years ago

zhangdapeng1207 commented 7 years ago

I'm using theano-warp-ctc on OX S 10.12, a RuntimeError raised when I try to train the model. I don't know how to fix it, is there some packages required missing on my computer?

image

ramaseshan commented 7 years ago

You have to give full path, This message means, the path of the audio is wrong. If windows it has to be C:/Users/.... Or on GNU/Linux /home/username/path/to/files

zhangdapeng1207 commented 6 years ago

Thank you! I have found the solution, just like you said.