Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/MassiveScaleToucan' into Massive…
Browse files Browse the repository at this point in the history
…ScaleToucan
  • Loading branch information
Flux9665 committed Oct 7, 2024
2 parents 627579e + 2645299 commit 38ca97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Recipes/ToucanTTS_Nancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ def run(gpu_id, resume_checkpoint, finetune, model_dir, resume, use_wandb, wandb
train_loop(net=model,
datasets=[train_set],
device=device,
warmup_steps=4000,
steps=200000,
batch_size=16,
save_directory=save_dir,
eval_lang="eng",
path_to_checkpoint=resume_checkpoint,
Expand Down

0 comments on commit 38ca97c

Please sign in to comment.