You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: