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
I encountered the following error while running your code:
Traceback (most recent call last):
File "train.py", line 70, in
decodetask = whisper.decoding.DecodingTask(model, options)
File "/root/autodl-tmp/WhisperBiasing/whisper/decoding.py", line 514, in init
self.sot_index: int = self.initial_tokens.index(tokenizer.sot)
ValueError: tuple.index(x): x not in tuple
I have verified the content of tokenizer, but I am still unable to resolve this error.
Could you please provide some guidance on how to address this issue? Thank you for your time and assistance.
The text was updated successfully, but these errors were encountered:
Hi. Thank you for your question and sorry for replying late. I have not come across this error before and I suspect this is something related to Whisper itself rather than my added code. Please let me know if there is any update on this issue.
I encountered the following error while running your code:
Traceback (most recent call last):
File "train.py", line 70, in
decodetask = whisper.decoding.DecodingTask(model, options)
File "/root/autodl-tmp/WhisperBiasing/whisper/decoding.py", line 514, in init
self.sot_index: int = self.initial_tokens.index(tokenizer.sot)
ValueError: tuple.index(x): x not in tuple
I have verified the content of tokenizer, but I am still unable to resolve this error.
Could you please provide some guidance on how to address this issue? Thank you for your time and assistance.
The text was updated successfully, but these errors were encountered: