zzw922cn / Automatic_Speech_Recognition

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

If it works only with python 3.5 ? #83

Open filmonhg opened 6 years ago

filmonhg commented 6 years ago

Hey, thanks for the great work but I see some inconsistency with the code. I am trying to run libri_preprocess.py but I see some print (print f, that is not compatible with python 3.5) statement in /Automatic_Speech_Recognition/speechvalley/feature/wsj/extract_wsj.py.

Even after fixing this it fails for this "from speechvalley.feature.core import check_path_exists" as the method doesn't exist in core. I tried to come up with my own implementation but I wonder if I am missing something.

I feel like this portion is left not updated to be compatible with python 3.5.

Thanks, Filmon

suyuan1203 commented 6 years ago

Also scikits.audiolab does not support python3.5 on windows.