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