Openai whisper error with cmd and Google Colaboratory (“Traceback”…)
I tried to install whisper, but I am getting the error messages (below) with Command Line and even with Google Colaboratory (Google Drive). I tried mp4, mp3 and wav files, but I always get error messages.
whisper model generate next token based on decoder hidden states
In the huggingface-whisper
implementation, in super().generate() function, the initial decoder token ids are passed to predict next token. In shortform, I am unclear how the generate()
is happening all at once (shouldn’t be sequential?)