You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for your work! Your Colab Notebook has already saved me a lot of time.
Unfortunatley, I can not use it anymore because any time I try to run the transcription cell I get the error "Your session has crashed for an unknown reason". No matter which model size I use or also if I disable Stemming.
I think it may be particular this code which produces the error:
else:
transcript_segments, info = whisper_model.transcribe(
audio_waveform,
language,
suppress_tokens=suppress_tokens,
without_timestamps=True,
vad_filter=True,
)
full_transcript = "".join(segment.text for segment in transcript_segments)
Would be greatly appreciated if this could be resolved!
Thank you very much!
The text was updated successfully, but these errors were encountered:
Dear Mahmoud,
Thank you so much for your work! Your Colab Notebook has already saved me a lot of time.
Unfortunatley, I can not use it anymore because any time I try to run the transcription cell I get the error "Your session has crashed for an unknown reason". No matter which model size I use or also if I disable Stemming.
I think it may be particular this code which produces the error:
Would be greatly appreciated if this could be resolved!
Thank you very much!
The text was updated successfully, but these errors were encountered: