Replies: 4 comments
-
Please look up at closed issues or discussion. I think someone has asked. Also look at Cheers, |
Beta Was this translation helpful? Give feedback.
-
So far I have not found quite what I'm after... The examples are helpful for working with tensors, but do not cover this topic specifically and the only relevant conversation I found was this one which covered multiple tensor inputs. The tricky part for me is one of my inputs is expected to be a tensor and the other is an integer. I'm unfamiliar with use of ivalues - is this something you'd recommend I dig into? |
Beta Was this translation helpful? Give feedback.
-
Look at Ivalue option in the example and issues answers as well. Please provide URL to Silero source so that someone can help trying out. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Just gonna go another route. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I'm trying to load the silero-vad JIT model into gotch. In python the model is used as follows:
Notice the model call takes a tensor and a sample rate value integer. When trying to do something similar in gotch, I get the following error:
Code below:
Beta Was this translation helpful? Give feedback.
All reactions