-
Dear Alexander, With the sample code in silero-vad.ipynb, how do I verify if the VAD model is actually using my GPU power not the CPU power? #@title Install and Import Dependencies this assumes that you have a relevant version of PyTorch installed!pip install -q torchaudio SAMPLING_RATE = 16000 import torch from IPython.display import Audio download exampletorch.hub.download_url_to_file('https://models.silero.ai/vad_models/en.wav', 'en_example.wav') model, utils = torch.hub.load(repo_or_dir='snakers4/silero-vad', (get_speech_timestamps, Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, The VAD is not designed to run on GPU. |
Beta Was this translation helpful? Give feedback.
Hi,
The VAD is not designed to run on GPU.