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
I encounter this error when loading model with ref :v5.0. When removing :v5.0, it works normally
:v5.0
ImportError: cannot import name 'get_number_ts' from 'utils_vad' (/Users/hunguyen/.cache/torch/hub/snakers4_silero-vad_v5.0/utils_vad.py)
Steps to reproduce the behavior:
torch.hub.load( repo_or_dir="snakers4/silero-vad:v5.0", model="silero_vad", force_reload=True, onnx=True, force_onnx_cpu=False, )
conda
pip
poetry
3.10.13
The text was updated successfully, but these errors were encountered:
@hungiito Please check now, fixed the incorrect tag
Sorry, something went wrong.
Since the tag is fixed, will close this one. Previous version support will be fixed here #474
snakers4
No branches or pull requests
🐛 Bug
I encounter this error when loading model with ref
:v5.0
. When removing:v5.0
, it works normallyTo Reproduce
Steps to reproduce the behavior:
Environment
conda
,pip
, source):poetry
3.10.13
The text was updated successfully, but these errors were encountered: