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
Now, the dataset splitter splits data according to VAD settings which can produce long segments (>30s for example).
The postprocessing splits these to 30s sharp, which ends up in split in speech.
We need update to split in some small silence close to the 30s.
It can be done on the level of data builder (GPU accelerated) or on the level of trainer transformation.
The text was updated successfully, but these errors were encountered:
Now, the dataset splitter splits data according to VAD settings which can produce long segments (>30s for example).
The postprocessing splits these to 30s sharp, which ends up in split in speech.
We need update to split in some small silence close to the 30s.
It can be done on the level of data builder (GPU accelerated) or on the level of trainer transformation.
The text was updated successfully, but these errors were encountered: