mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-05 18:09:24 +08:00
fix lint
This commit is contained in:
@@ -100,4 +100,4 @@ class CausalConvRNNF0Predictor(nn.Module):
|
||||
for i in range(1, len(self.condnet)):
|
||||
x = self.condnet[i](x)
|
||||
x = x.transpose(1, 2)
|
||||
return torch.abs(self.classifier(x).squeeze(-1))
|
||||
return torch.abs(self.classifier(x).squeeze(-1))
|
||||
|
||||
Reference in New Issue
Block a user