pytorch-kaldi
pytorch-kaldi copied to clipboard
load chunk from sorted ark files
Loading from sorted ark files, speeds up the data loading significantly. It should not change the outcome significantly, since the segments are later reordered by sequence length for batching anyways.
Implementation structure leaves the option open to make this configurable later
@mravanelli ok to merge that? Seems ok to me.