Skip to content

Infinite loop to previous segment timestamp #810

Answered by andrewchernyh
dodysw3 asked this question in Q&A
Discussion options

You must be logged in to vote

I've catched something simular, and as I see it's related to

last_timestamp_position = (

When decoder has misprediction of the latest consecutive timestamp, in my case it was tokenizer.timestamp_begin seek changes is wrong and transcribe can't be finished.

I'm not sure, but I think decoder should suppress emitting of timestamp tokens with ts <= latest timestamp.
Something like

if self.max_initial_timestamp_index is not None:
, but according to the current state

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by dodysw3
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants