-
Do you have plans to release the 8k onnx vad model? |
Beta Was this translation helpful? Give feedback.
Answered by
snakers4
Dec 28, 2021
Replies: 2 comments
-
We decided to have only "the one" model from now now to avoid complexity and for easier support. Though we could port a model with an if statement to ONNX (but ifs there are ugly), we could not do so via scripting instead of tracing. We solved several rounds of cryptic erros, but at some point we just gave up. Probably we will invest some time into it during next major release. As for now - you can just naively upsample. It will perform worse, but it will work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
snakers4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We decided to have only "the one" model from now now to avoid complexity and for easier support.
Though we could port a model with an if statement to ONNX (but ifs there are ugly), we could not do so via scripting instead of tracing. We solved several rounds of cryptic erros, but at some point we just gave up.
Probably we will invest some time into it during next major release.
As for now - you can just naively upsample. It will perform worse, but it will work.