Yabin Li
2023-06-29 32f34045acf51b20c39d9e77a9129e1e02df2b29
funasr/models/specaug/abs_specaug.py
@@ -6,9 +6,7 @@
class AbsSpecAug(torch.nn.Module):
    """Abstract class for the augmentation of spectrogram
    The process-flow:
    Frontend  -> SpecAug -> Normalization -> Encoder -> Decoder
    """