Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RVC-Boss authored Mar 13, 2024
1 parent 7e012e7 commit 3b11cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPT_SoVITS/module/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ def __init__(
if freeze_quantizer:
self.ssl_proj.requires_grad_(False)
self.quantizer.requires_grad_(False)
self.quentizer.eval()
self.quantizer.eval()
# self.enc_p.text_embedding.requires_grad_(False)
# self.enc_p.encoder_text.requires_grad_(False)
# self.enc_p.mrte.requires_grad_(False)
Expand Down

0 comments on commit 3b11cd9

Please sign in to comment.