Replies: 1 comment 1 reply
-
Hi, The new V3 model superseded all of the previous models. All old small models are obsolete. The new model is "medium", but if I remember correctly it is only 100k params, which is small for ML models. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I have loaded silero VAD by doing
torch.hub.load(repo_or_dir='snakers4/silero-vad', model='silero_vad', force_reload=False)
After analyzing the consumption of resources i found that i want to test smaller Silero models.
The wiki tells me there is a mini (v2.3) and a micro release (v2.2).
Am not very experienced with pytorch and think there is some trick to obtain all the other available models.
Can anyone tell me how to do that!
Thanks very much in advance! :)
Beta Was this translation helpful? Give feedback.
All reactions