pytorch-kaldi icon indicating copy to clipboard operation
pytorch-kaldi copied to clipboard

load chunk from sorted ark files

Open mennetob opened this issue 5 years ago • 1 comments

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

mennetob avatar Jul 25 '19 04:07 mennetob

@mravanelli ok to merge that? Seems ok to me.

TParcollet avatar Dec 27 '19 09:12 TParcollet