Skip to content

Commit

Permalink
https://github.com/RVC-Boss/GPT-SoVITS/issues/747
Browse files Browse the repository at this point in the history
  • Loading branch information
RVC-Boss authored Mar 13, 2024
1 parent 9317817 commit 7e012e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GPT_SoVITS/module/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ def __init__(
if freeze_quantizer:
self.ssl_proj.requires_grad_(False)
self.quantizer.requires_grad_(False)
self.quentizer.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 7e012e7

Please sign in to comment.