This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Update HubertFeatureReader to skip small chunks #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Very rarely, if the chunk is smaller than the kernel size and larger than the max_chunk size (e.g. (x.size(1) % max_chunk) < 10), the feature reader will produce a runtime error:
RuntimeError: Calculated padded input size per channel: (1). Kernel size: (10). Kernel size can't be greater than actual input sizeI ran into this error when transcribing libri-light large with hubert-base-ls960 where there are two files that would produce this error and kill the job:
6454/13348/vicksburgnational_03_everhart_64kb_0014.flac with duration 1600001
and 9221/9912/cloudstudies_08_clayden_64kb_0016.flac with duration 3200001.