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
File "C:\Whisper_Project\Whisper-WebUI\venv\Lib\site-packages\transformers\models\whisper\tokenization_whisper_fast.py", line 565, in _decode_asr
return _decode_asr(
^^^^^^^^^^^^
File "C:\Whisper_Project\Whisper-WebUI\venv\Lib\site-packages\transformers\models\whisper\tokenization_whisper.py", line 985, in _decode_asr
text = tokenizer.decode([token])
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Whisper_Project\Whisper-WebUI\venv\Lib\site-packages\transformers\models\whisper\tokenization_whisper_fast.py", line 354, in decode
text = super().decode(
^^^^^^^^^^^^^^^
File "C:\Whisper_Project\Whisper-WebUI\venv\Lib\site-packages\transformers\tokenization_utils_base.py", line 4004, in decode
return self._decode(
^^^^^^^^^^^^^
File "C:\Whisper_Project\Whisper-WebUI\venv\Lib\site-packages\transformers\models\whisper\tokenization_whisper_fast.py", line 380, in _decode
text = super()._decode(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Whisper_Project\Whisper-WebUI\venv\Lib\site-packages\transformers\tokenization_utils_fast.py", line 654, in _decode
text = self._tokenizer.decode(token_ids, skip_special_tokens=skip_special_tokens)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument 'ids': 'float' object cannot be interpreted as an integer
This only happens for a few audio files when I use insanely_fast_whisper.
This probably happens when the transcription ends without a proper 'end token'.
The text was updated successfully, but these errors were encountered:
This only happens for a few audio files when I use
insanely_fast_whisper
.This probably happens when the transcription ends without a proper 'end token'.
The text was updated successfully, but these errors were encountered: