Added the toggle of single or multi-speakers.

This commit is contained in:
Mateo Cedillo
2023-06-03 10:47:27 -05:00
parent 709c3d1357
commit b18c1fcae4
@@ -5,7 +5,7 @@
"colab": {
"provenance": [],
"gpuType": "T4",
"authorship_tag": "ABX9TyNzgUqXPdUDnC0fjtxDZE0P",
"authorship_tag": "ABX9TyNiXaJjWsxcoKeHr7HeL2eD",
"include_colab_link": true
},
"kernelspec": {
@@ -249,6 +249,9 @@
"#@markdown ### Choose dataset format\n",
"dataset_format = \"ljspeech\" #@param [\"ljspeech\", \"mycroft\"]\n",
"#@markdown ---\n",
"#@markdown ### Is this a single speaker dataset? Otherwise, uncheck:\n",
"single-speaker = True #@param {type:\"boolean\"}\n",
"#@markdown ---\n",
"#@markdown ### Select the sample rate of the dataset\n",
"sample_rate = \"16000\" #@param [\"16000\", \"22050\"]\n",
"#@markdown ---\n",
@@ -258,7 +261,8 @@
" --input-dir /content/dataset \\\n",
" --output-dir {output_dir} \\\n",
" --dataset-format {dataset_format} \\\n",
" --sample-rate {sample_rate}"
" --sample-rate {sample_rate}|\n",
" --single-speaker {single-speaker}"
],
"metadata": {
"cellView": "form",