Spaces:
Runtime error
Runtime error
Update train_gpt_xtts.py
Browse files- train_gpt_xtts.py +0 -1
train_gpt_xtts.py
CHANGED
|
@@ -171,7 +171,6 @@ def main():
|
|
| 171 |
skip_train_epoch=False,
|
| 172 |
start_with_eval=START_WITH_EVAL,
|
| 173 |
grad_accum_steps=GRAD_ACUMM_STEPS,
|
| 174 |
-
epochs=5,
|
| 175 |
),
|
| 176 |
config,
|
| 177 |
output_path=OUT_PATH,
|
|
|
|
| 171 |
skip_train_epoch=False,
|
| 172 |
start_with_eval=START_WITH_EVAL,
|
| 173 |
grad_accum_steps=GRAD_ACUMM_STEPS,
|
|
|
|
| 174 |
),
|
| 175 |
config,
|
| 176 |
output_path=OUT_PATH,
|