szsteven008
2024-05-28 bd9e63063f7cf6cd5f61d8633472fdd4b63484be
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