Open tallzilla opened 1 year ago
hi there,
This seems to be a bug and will be fixed in the next version.
Unfortunately I am working on another deadline and only have time to do this after 8/10.
-Yuan
Hi ,I have faced with the same issue and fixed it,
Just change the line 273 in package/whisper-at/whisper_at/model.py to this:
return self.decoder(tokens, self.encoder(mel)[0])
This change worked for me!
On Sun, Aug 6, 2023 at 10:06 PM congtuong @.***> wrote:
Hi ,I have faced with the same issue and fixed it,
Just change the line 273 in package/whisper-at/whisper_at/model.py to this: return self.decoder(tokens, self.encoder(mel)[0])
— Reply to this email directly, view it on GitHub https://github.com/YuanGongND/whisper-at/issues/4#issuecomment-1667192618, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM3FEETZON4RGM2TRRVGXTXUBZVXANCNFSM6AAAAAA3AUN2HE . You are receiving this because you authored the thread.Message ID: @.***>
thanks @congtuong and @tallzilla , I will check this and put it in the next version.
-Yuan
thanks! this is fixed in whisper-at==0.5
.
-Yuan
Hi there! I was hoping to use whisper's ability to provide timestamps around the audio events your work captures.
I'm currently getting an exception when I pass through a True word_timestamps value to model.transcribe().
Thanks!
Traceback