I am trying to run the code (training) without installing the package for experimentation.
Do you have a script which can help me run it?
I cloned the code and made venv (with pip). When running baseline.py or another examples it gives syntax error for print and No module named 'automatic_speech_recognition'
Hello and thank you for the great work!
I am trying to run the code (training) without installing the package for experimentation. Do you have a script which can help me run it?
I cloned the code and made venv (with pip). When running baseline.py or another examples it gives syntax error for print and
No module named 'automatic_speech_recognition'
Thank you