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
When working with whisper, I like to turn verbose on:
result = model.transcribe(audio_file_name, verbose=True, language="en")
It helps because then I can see what it is doing, sometimes it is slow, it helps me know it's doing something.
But, I don't seem to be able to set verbose=True with openlyrics/whisperx? It would be really nice to be able to. I couldn't quite figure out how to modify the code myself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
When working with whisper, I like to turn verbose on:
It helps because then I can see what it is doing, sometimes it is slow, it helps me know it's doing something.
But, I don't seem to be able to set verbose=True with openlyrics/whisperx? It would be really nice to be able to. I couldn't quite figure out how to modify the code myself.
Beta Was this translation helpful? Give feedback.
All reactions