-
Im loading the silero-vad model using the following code:
Once I did it, is it possible to load the model and it's utils from disk (and not from torch.hub) ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, Two simplest ways:
|
Beta Was this translation helpful? Give feedback.
-
@snakers4 does |
Beta Was this translation helpful? Give feedback.
Hi,
Two simplest ways:
Load the model via hub once, then use the cache flag in torch.hub.load;
Clone the repo somewhere, then pass this path as a parameter to torch.hu.load, there should be a parameter like cache path or similar;