Skip to content

Commit 720cb01

Browse files
committed
Specify symbol-set and text-cleaners
1 parent 38758c0 commit 720cb01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PyTorch/SpeechSynthesis/FastPitch/notebooks/FastPitch_voice_modification.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,12 @@
115115
"import IPython\n",
116116
"\n",
117117
"# store paths in aux variables\n",
118+
"language = 'kannada'\n",
118119
"fastpitch = '../pretrained_models/kn_nplt_fastpitch/FastPitch_checkpoint_2500.pt'\n",
119120
"speaker = 0\n",
120121
"hifigan = '../pretrained_models/kn_nplt_hifigan/g_01110000'\n",
121122
"hifigan_config = '../pretrained_models/kn_nplt_hifigan/config.json'\n",
122-
"flags = f'--cuda --fastpitch {fastpitch} --speaker {speaker} --hifigan {hifigan} --hifigan-config {hifigan_config}'"
123+
"flags = f'--cuda --fastpitch {fastpitch} --speaker {speaker} --hifigan {hifigan} --hifigan-config {hifigan_config} --symbol-set {language} --text-cleaners basic_cleaners'"
123124
]
124125
},
125126
{

0 commit comments

Comments
 (0)