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
AssertionError: The total number of supervisions decreased after trimming to supervision groups.
1104 != 1105
This is likely a bug. Please report it here: https://github.com/lhotse-speech/lhotse/issues/new, and provide the following information:
original cut: MonoCut(...)
(full error message at the end of this issue)
I suspect that the real reason behind this error is wrong conversion from seconds -> num_samples due to float precision on these lines:
Hi, I am trying to trim the cuts to supervision groups by calling:
While I am getting this error:
(full error message at the end of this issue)
I suspect that the real reason behind this error is wrong conversion from
seconds
->num_samples
due to float precision on these lines:Which affects the selection of supervisions on these lines:
Full error message:
error.log
The text was updated successfully, but these errors were encountered: