-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Line 115 in 9192265
def _download(model_savedir: str, model_url="https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx"): |
The link to the Silero VAD model (https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx) doesn’t work anymore.
I tried to fix this by setting the model to:
https://github.com/snakers4/silero-vad/blob/master/src/silero_vad/data/silero_vad.onnx
But now it throws the following error:
backend-1 | onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from pretrained_models/vad/silero_vad.onnx failed: Protobuf parsing failed.
Metadata
Metadata
Assignees
Labels
No labels