Replies: 2 comments
-
Hi @bitnom, can you post the full stacktrace of the error? Are you sure that |
Beta Was this translation helpful? Give feedback.
0 replies
-
@bitnom hi have you solved this, I am trying same thing. Any suggestion will be useful. I am trying to using Azure Recognise along with it |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying a while to get streaming diarization + recognition working together. I've failed trying many different strategies for streaming wav to pyannote. I started with an example that did this for wav files and wound up here. Without yet knowing/being accustomed to rx, my latest attempt:
for which I get
Expected more than 1 spatial element when training, got input size torch.Size([1, 60, 1])
. It maybe out of scope here but asking anywhere else will be useless. If anyone is so inclined, it would be much appreciated.Beta Was this translation helpful? Give feedback.
All reactions