Daniil

Results 2 issues of Daniil

I have a question about the current `SpecAugment` implementation. According to `lhotse` code, the time warping is applied only for "true" feature regions and it excludes "padded" regions i.e. ```...

discussion

With CPU inferencing I can leverage the `Pytorch` number of threads for conformer inference by simply adding `torch.set_num_threads(desired_num)` and it does the thing, I'm observing almost linear speedup of the...