-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in Making prediction #40
Comments
Can you try to add these lines above the inference script: |
I got similar issue, I run exactly what you told: %cd '/content/self-supervised-speech-recognition/' from stt import Transcriber This is what I got: : error: the following arguments are required: data Could you please help me with that? |
@lethanhson9901 You can try: |
Hi all
After following Install Instruction and downloading your Pre-trained models I executed this code in colab:
But it gives me this error:
and
%tb
gives this:Why is this happening?
Could you please help me with that?
The text was updated successfully, but these errors were encountered: