雾聪
2024-09-26 cd4c6485efd9c1ff306f1708cbba6d2ea582250b
funasr/frontends/utils/mask_estimator.py
@@ -23,9 +23,7 @@
        self.type = type
        self.nmask = nmask
        self.linears = torch.nn.ModuleList(
            [torch.nn.Linear(projs, idim) for _ in range(nmask)]
        )
        self.linears = torch.nn.ModuleList([torch.nn.Linear(projs, idim) for _ in range(nmask)])
    def forward(
        self, xs: ComplexTensor, ilens: torch.LongTensor