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.
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