Replies: 2 comments 3 replies
-
Hi, The model is not designed to run on GPU. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Surprinsingly, it only works on GPU if the window size is 512. If one increases it to 1024 or 1536 samples on 16 kHz data, TorchScript gives a very verbose error, as provided in the log attached. speech_timestamps = get_speech_timestamps(
wav, model, sampling_rate=16000, window_size_samples=1024
)
Finally, a question: if the model is designed not to work on GPU, any thoughts on why it works on this specific case? Unpredictable behaviour perhaps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried running the example on GPU, and it gave me the following warning:
Codes I ran:
I'm using Python 3.10 and pytorch 1.13
Many thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions