Skip to content

Commit

Permalink
Bug fix on ne_hifigan decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson committed Nov 6, 2023
1 parent 72397ef commit 5918e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/models/xtts.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def load_checkpoint(
if hasattr(self, "hifigan_decoder"):
self.hifigan_decoder.eval()
if hasattr(self, "ne_hifigan_decoder"):
self.hifigan_decoder.eval()
self.ne_hifigan_decoder.eval()
if hasattr(self, "diffusion_decoder"):
self.diffusion_decoder.eval()
if hasattr(self, "vocoder"):
Expand Down

0 comments on commit 5918e6e

Please sign in to comment.