Spaces:
Running
Running
kevinwang676
commited on
Commit
•
a8d3978
1
Parent(s):
85bd500
Update GPT_SoVITS/module/models.py
Browse files
GPT_SoVITS/module/models.py
CHANGED
@@ -1027,4 +1027,4 @@ class SynthesizerTrn(nn.Module):
|
|
1027 |
def extract_latent(self, x):
|
1028 |
ssl = self.ssl_proj(x)
|
1029 |
quantized, codes, commit_loss, quantized_list = self.quantizer(ssl)
|
1030 |
-
return codes.transpose(0, 1)
|
|
|
1027 |
def extract_latent(self, x):
|
1028 |
ssl = self.ssl_proj(x)
|
1029 |
quantized, codes, commit_loss, quantized_list = self.quantizer(ssl)
|
1030 |
+
return codes.transpose(0, 1)
|