Spaces:
Runtime error
Runtime error
Commit
Β·
0b96bf5
1
Parent(s):
5e91596
Update TTS/encoder/configs/base_encoder_config.py
Browse files
TTS/encoder/configs/base_encoder_config.py
CHANGED
|
@@ -28,7 +28,7 @@ class BaseEncoderConfig(BaseTrainingConfig):
|
|
| 28 |
audio_augmentation: Dict = field(default_factory=lambda: {})
|
| 29 |
|
| 30 |
# training params
|
| 31 |
-
epochs: int =
|
| 32 |
loss: str = "angleproto"
|
| 33 |
grad_clip: float = 3.0
|
| 34 |
lr: float = 0.0001
|
|
|
|
| 28 |
audio_augmentation: Dict = field(default_factory=lambda: {})
|
| 29 |
|
| 30 |
# training params
|
| 31 |
+
epochs: int = 1000
|
| 32 |
loss: str = "angleproto"
|
| 33 |
grad_clip: float = 3.0
|
| 34 |
lr: float = 0.0001
|