嘉渊
2023-05-11 81a5b29804800a4edd76c8dda2727d6fdf4b5643
funasr/models/specaug/specaug.py
@@ -99,7 +99,7 @@
            x, x_lengths = self.time_mask(x, x_lengths)
        return x, x_lengths
class SpecAugLFR(torch.nn.Module):
class SpecAugLFR(AbsSpecAug):
    """Implementation of SpecAug.
    lfr_rate:low frame rate
    """