Spaces:
Runtime error
Runtime error
Update train_gpt_xtts.py
Browse files- train_gpt_xtts.py +2 -2
train_gpt_xtts.py
CHANGED
|
@@ -179,7 +179,7 @@ def main():
|
|
| 179 |
# "language": LANGUAGE,
|
| 180 |
# },
|
| 181 |
#],
|
| 182 |
-
epochs=
|
| 183 |
)
|
| 184 |
|
| 185 |
# init the model from config
|
|
@@ -209,7 +209,7 @@ def main():
|
|
| 209 |
#)
|
| 210 |
|
| 211 |
trainer = EpochLimitTrainer(
|
| 212 |
-
max_epochs=
|
| 213 |
args=TrainerArgs(
|
| 214 |
restore_path=None,
|
| 215 |
skip_train_epoch=False,
|
|
|
|
| 179 |
# "language": LANGUAGE,
|
| 180 |
# },
|
| 181 |
#],
|
| 182 |
+
epochs=150,
|
| 183 |
)
|
| 184 |
|
| 185 |
# init the model from config
|
|
|
|
| 209 |
#)
|
| 210 |
|
| 211 |
trainer = EpochLimitTrainer(
|
| 212 |
+
max_epochs=150,
|
| 213 |
args=TrainerArgs(
|
| 214 |
restore_path=None,
|
| 215 |
skip_train_epoch=False,
|