mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Fix the wrong default loss name for GAN models
This commit is contained in:
@@ -99,7 +99,7 @@ class BaseGANVocoderConfig(BaseVocoderConfig):
|
||||
"mel_fmax": None,
|
||||
}`
|
||||
target_loss (str):
|
||||
Target loss name that defines the quality of the model. Defaults to `avg_G_loss`.
|
||||
Target loss name that defines the quality of the model. Defaults to `G_avg_loss`.
|
||||
grad_clip (list):
|
||||
A list of gradient clipping theresholds for each optimizer. Any value less than 0 disables clipping.
|
||||
Defaults to [5, 5].
|
||||
|
||||
Reference in New Issue
Block a user