Skip to content
Discussion options

You must be logged in to vote

Hi @Mattral, thanks for all the links! I also went into the generation_whisper.py file to look at what was happening. At the moment it looks like this is expected behavior, at least I guess.

Looks like when it hits the evaluation step, it will loop through the evaluation dataset until it evaluates everything inside. Hence, every time it loops, the message is displayed. So the message

You have passed task=transcribe, but also have set forced_decoder_ids to [[1, None], [2, 50359]] which creates a conflict. forced_decoder_ids will be ignored in favor of task=transcribe.

should just be ignored.

Feel free to correct me if anything is wrong.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@RitchieP
Comment options

Comment options

You must be logged in to vote
3 replies
@RitchieP
Comment options

Answer selected by RitchieP
@Mayuresh-MLE
Comment options

@RitchieP
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants