We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38758c0 commit 720cb01Copy full SHA for 720cb01
PyTorch/SpeechSynthesis/FastPitch/notebooks/FastPitch_voice_modification.ipynb
@@ -115,11 +115,12 @@
115
"import IPython\n",
116
"\n",
117
"# store paths in aux variables\n",
118
+ "language = 'kannada'\n",
119
"fastpitch = '../pretrained_models/kn_nplt_fastpitch/FastPitch_checkpoint_2500.pt'\n",
120
"speaker = 0\n",
121
"hifigan = '../pretrained_models/kn_nplt_hifigan/g_01110000'\n",
122
"hifigan_config = '../pretrained_models/kn_nplt_hifigan/config.json'\n",
- "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'"
124
]
125
},
126
{
0 commit comments