❓ Incorrect constraint on chunk length #259
Answered
by
adamnsandle
SolomidHero
asked this question in
Q&A
-
In onnx version, there is constraint:
So x.shape / sr < 0.032, i.e chunk time is less than 32 ms. But you trained on chunks of size 30 ms. It seems as bug for me, because I can't use same setup as was on training |
Beta Was this translation helpful? Give feedback.
Answered by
adamnsandle
Oct 28, 2022
Replies: 1 comment 1 reply
-
Actually VAD was trained on 16k sr using 512 chunk length and on 8k sr using 256. That's exactly 31.25 ms, but for simplicity we call it 30ms. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
snakers4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually VAD was trained on 16k sr using 512 chunk length and on 8k sr using 256. That's exactly 31.25 ms, but for simplicity we call it 30ms.