Lizerui9926
2023-05-25 2a38e81a135326d0369a089e82e5cf998be4dac7
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
    """