Skip to content

Commit

Permalink
[TTS] fixed broken path. (NVIDIA#6514) (NVIDIA#6518)
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]>
Signed-off-by: hsiehjackson <[email protected]>
  • Loading branch information
2 people authored and hsiehjackson committed Jun 2, 2023
1 parent b460716 commit 319b191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/tts/Vits_Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@
" model.sample_rate=22050 \\\n",
" train_dataset=tests/data/asr/an4_train.json \\\n",
" validation_datasets=tests/data/asr/an4_val.json \\\n",
" 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.check_val_every_n_epoch=1 \\\n",
Expand Down

0 comments on commit 319b191

Please sign in to comment.