-
Notifications
You must be signed in to change notification settings - Fork 274
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
Unexpected error: Required inputs (['state']) are missing from input feed (['input', 'h', 'c', 'sr']). #249
Comments
Should be closed by #247 |
I hope my understanding is correct. I have made all the changes to #247, but I still can't get it to run successfully.
|
@HuangMason320 if using docker, clear your docker caches |
hey i have the same issue and changing the download link along with docker system prune fails to resolve it:
|
@makaveli10 @nullonesix I've solved this problem, and the thing I changed is the vad.py in docker image. The vad.py in docker is still using Is it possible to change the vad.py file in docker image that published? so that the error will be prevented. |
@makaveli10 sorry. like i mentioned before is it possible to republish a new version of docker image? |
@HuangMason320
I think the docker container is already updated with the merged PR #247 with the Hopefully, you have it running. |
is that image only using Faster-Whisper or can be use by both Faster-Whisper and TensorRT. |
Both Faster-whisper and tensorrt have their own images, that being said the tensorrt image should allow you to run faster-whisper backend as well although its not tested. Refer to the readme docker section. |
I ran code below using WSL ubuntu in windows:
Below is the client code:
and I got Unexpected error: Required inputs (['state']) are missing from input feed (['input', 'h', 'c', 'sr']). in server when the client side connects to the server.
Below is the server window
P.S. I'm currently using 4070 GPU
The text was updated successfully, but these errors were encountered: