We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The condition checking for enabling feature_matching loss in
feature_matching
TTS/TTS/vocoder/layers/losses.py
Line 263 in 4a3cc8d
Probably all our trained models are affected by this bug and caused suboptimal results.
Specifically, I observed that it caused the metallic noise in the model outputs.
Expected behavior The models should use feat_matching loss
Additional context For anyone who needs an instant fix, the line indicated above needs to be updated as follows.
if self.use_feat_match_loss and not feats_fake is None:
The text was updated successfully, but these errors were encountered:
fixed on dev
Sorry, something went wrong.
fix #419
bd7a1c1
Successfully merging a pull request may close this issue.
Describe the bug
The condition checking for enabling
feature_matching
loss inTTS/TTS/vocoder/layers/losses.py
Line 263 in 4a3cc8d
Probably all our trained models are affected by this bug and caused suboptimal results.
Specifically, I observed that it caused the metallic noise in the model outputs.
Expected behavior
The models should use feat_matching loss
Additional context
For anyone who needs an instant fix, the line indicated above needs to be updated as follows.
The text was updated successfully, but these errors were encountered: