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
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
There is a min_sample_size argument in audio pretraining task with confusing description (min sample size to crop to for batching). It is used only to set internal min_length property of dataset to filter small examples.
I propose to remove min_length property in favor of min_sample_size in audio datasets and improve description of this parameter.