1
0
mirror of synced 2024-11-27 17:00:54 +01:00

Add files via upload

This commit is contained in:
RVC-Boss 2023-10-10 10:56:07 +08:00 committed by GitHub
parent 87f814659d
commit 9cdc185c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1125,7 +1125,7 @@ class SynthesizerTrnMs768NSFsid_nono(nn.Module):
sr=None,
**kwargs
):
super(self, SynthesizerTrnMs768NSFsid_nono).__init__()
super(SynthesizerTrnMs768NSFsid_nono,self).__init__()
self.spec_channels = spec_channels
self.inter_channels = inter_channels
self.hidden_channels = hidden_channels