Skip to content

Commit

Permalink
Update IPA dict path in tutorial (#6208)
Browse files Browse the repository at this point in the history
Signed-off-by: Jocelyn Huang <[email protected]>
  • Loading branch information
redoctopus authored and web-flow committed Mar 15, 2023
1 parent d76b139 commit 3139599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/tts/NeMo_TTS_Primer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"import os\n",
"from nemo.collections.tts.torch.g2ps import EnglishG2p, IPAG2P\n",
"\n",
"ipa_dict_path = os.path.join(NEMO_DIR, \"scripts\", \"tts_dataset_files\", \"ipa_cmudict-0.7b_nv22.10.txt\")\n",
"ipa_dict_path = os.path.join(NEMO_DIR, \"scripts\", \"tts_dataset_files\", \"ipa_cmudict-0.7b_nv23.01.txt\")\n",
"\n",
"# EnglishG2p uses the CMU dictionary by default, if none is provided\n",
"arpabet_g2p = EnglishG2p()\n",
Expand Down

0 comments on commit 3139599

Please sign in to comment.