Skip to content

Commit

Permalink
bugfix: trainer.accelerator=auto from None. (#7492) (#7493)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuesong Yang <[email protected]>
Co-authored-by: Xuesong Yang <[email protected]>
  • Loading branch information
github-actions[bot] and Xuesong Yang committed Sep 25, 2023
1 parent 6e099b7 commit af34a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/tts/Vits_Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
" phoneme_dict_path=tts_dataset_files/ipa_cmudict-0.7b_nv23.01.txt \\\n",
" heteronyms_path=tts_dataset_files/heteronyms-052722 \\\n",
" trainer.max_epochs=3 \\\n",
" trainer.accelerator=null \\\n",
" trainer.accelerator=auto \\\n",
" trainer.check_val_every_n_epoch=1 \\\n",
" trainer.devices=1)"
]
Expand Down

0 comments on commit af34a95

Please sign in to comment.