Closed pchampio closed 3 years ago
Hi,
Many thanks for your report. This is not a bug, this is a design choice - https://github.com/snakers4/silero-vad/discussions/74 For simplicity and other reasons we decided to publish only the quantized models that predictably do not work on GPU. Using GPU for VAD seems very counter intuitive, since it works fine on one CPU thread.
🐛 Bug
I would like to use cuda to compute the vad. Your tookit has an argument for it: https://github.com/snakers4/silero-vad/blob/a345715b8fc2d24b2991ec5d54c7588c64b9f9c7/utils_vad.py#L174
But it crashes when I set device to 'cuda' (the input wav is also correctly set to("cuda")). Does your toolkit support it ? BTW, Thanks for your awesome work on this toolkit! :+1:
Environment