sob111 commited on
Commit
864d981
·
verified ·
1 Parent(s): fd0b022

Update train_gpt_xtts.py

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