-
🐛 BugI would like to use cuda to compute the vad. Your tookit has an argument for it: Line 174 in a345715 But it crashes when I set device to 'cuda' (the input wav is also correctly set to("cuda")).
Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Many thanks for your report. |
Beta Was this translation helpful? Give feedback.
Hi,
Many thanks for your report.
This is not a bug, this is a design choice - #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.