zzw922cn / Automatic_Speech_Recognition

End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
MIT License
2.84k stars 538 forks source link

FileNotfoundError "/home/pony/github..." #95

Open Yangyy0410 opened 5 years ago

Yangyy0410 commented 5 years ago

I tried to use your code "Automatic_Speech_Recognition" and confronted with a problem while setting it. When I ran the code with the command "Python3 main/timit_train.py", a FileNotfoundError occurred, which argued that something cannot be found on "/home/pony/github...". Could you please tell me how to deal with this problem, and how to set the directory correctly? Thank you so much.

zzw922cn commented 4 years ago

you should change "/home/pony/github" to your own path, because that's my hard coding for path. I am sorry, I will improve this soon.