-
I'm getting different results depending on how I give the input to a model (one large matrix versus multiple smaller ones), implying the samples are not processed independently? |
Beta Was this translation helpful? Give feedback.
Answered by
snakers4
Dec 21, 2021
Replies: 1 comment 6 replies
-
The V3 models, even for large, long files, are to be used chunk-wise: Lines 198 to 211 in f6b1294 The model resets its state and then processes chunks sequentially |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
snakers4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The V3 models, even for large, long files, are to be used chunk-wise:
silero-vad/utils_vad.py
Lines 198 to 211 in f6b1294