嘉渊
2023-04-28 9611e07e39deda50d7616866bfebf46c9bb58170
update
1个文件已修改
2 ■■■ 已修改文件
funasr/models/specaug/specaug.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
    """