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
Timestamp rules are helpful to more consistently find reliable timestamps during decoding.
Important note: We have already brought over some of this logic into the SegmentSeeker which runs at the end of a full decode loop to generate the segments. This feature will need to detangle any repeated logic between them.
Timestamp rules are helpful to more consistently find reliable timestamps during decoding.
Important note: We have already brought over some of this logic into the
SegmentSeeker
which runs at the end of a full decode loop to generate the segments. This feature will need to detangle any repeated logic between them.References:
Openai implementation: https://github.com/openai/whisper/blob/ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab/whisper/decoding.py#L441-L505
The text was updated successfully, but these errors were encountered: