We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there I am following the instructions in 'Install instruction' section but when I run this
!pip install -e .
I get the following error
file:///content/self-supervised-speech-recognition/libs/wav2letter/bindings/python Installing collected packages: wav2letter Running setup.py develop for wav2letter ERROR: Command errored out with exit status 1: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/content/self-supervised-speech-recognition/libs/wav2letter/bindings/python/setup.py'"'"'; __file__='"'"'/content/self-supervised-speech-recognition/libs/wav2letter/bindings/python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output
Any idea how can I fix this issue? Also I tried to remove build file in the wav2letter repo but not working again.
The text was updated successfully, but these errors were encountered:
Please refer #37
Sorry, something went wrong.
Thanks for your guidance.
And I have another question, how long it takes for model to predict a wav file let's say about 10s. It it good for production?
Also how we can use the prediction mode as voices stream throughout microphone?
Thanks in advance.
Around 0.8s using Tesla T4. I haven't look at the streaming part
No branches or pull requests
Hi there
I am following the instructions in 'Install instruction' section but when I run this
!pip install -e .
I get the following error
Any idea how can I fix this issue?
Also I tried to remove build file in the wav2letter repo but not working again.
The text was updated successfully, but these errors were encountered: