notebooks

This commit is contained in:
shahules786 2022-11-24 11:10:05 +05:30
parent 80320bbf92
commit 502cad0984
2 changed files with 7 additions and 7 deletions

View File

@ -82,7 +82,7 @@
"- `min_valid_minutes`: minimum validation in minutes. Validation is automatically selected from training set. (exclusive users).\n", "- `min_valid_minutes`: minimum validation in minutes. Validation is automatically selected from training set. (exclusive users).\n",
"- `matching_function`: there are two types of mapping functions.\n", "- `matching_function`: there are two types of mapping functions.\n",
" - `one_to_one` : In this one clean file will only have one corresponding noisy file. For example Valentini datasets\n", " - `one_to_one` : In this one clean file will only have one corresponding noisy file. For example Valentini datasets\n",
" - `one_to_many` : In this one clean file will only have one corresponding noisy file. For example DNS dataset.\n" " - `one_to_many` : In this one clean file will only have one corresponding noisy file. For example MS-SNSD dataset.\n"
] ]
}, },
{ {

View File

@ -302,7 +302,7 @@
"source": [ "source": [
"Now there are two types of `matching_function`\n", "Now there are two types of `matching_function`\n",
"- `one_to_one` : In this one clean file will only have one corresponding noisy file. For example Valentini datasets\n", "- `one_to_one` : In this one clean file will only have one corresponding noisy file. For example Valentini datasets\n",
"- `one_to_many` : In this one clean file will only have one corresponding noisy file. For example DNS dataset." "- `one_to_many` : In this one clean file will only have one corresponding noisy file. For example MS-SNSD dataset."
] ]
}, },
{ {
@ -479,7 +479,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"### TL;DR\n", "### TL;DR\n",
"Calling the following command would train mayavoz Demucs model on DNS-2020 dataset.\n", "Calling the following command would train mayavoz Demucs model on MS-SNSD dataset.\n",
"\n", "\n",
"```bash\n", "```bash\n",
"mayavoz-train \\\n", "mayavoz-train \\\n",
@ -540,7 +540,7 @@
"mayavoz-train --cfg job \\\n", "mayavoz-train --cfg job \\\n",
" model=Demucs \\\n", " model=Demucs \\\n",
" Demucs.sampling_rate=16000 \\\n", " Demucs.sampling_rate=16000 \\\n",
" dataset=DNS-2020\n", " dataset=MS-SNSD\n",
"\n", "\n",
"```\n", "```\n",
"\n", "\n",
@ -562,7 +562,7 @@
"```bash\n", "```bash\n",
"mayavoz-train \\\n", "mayavoz-train \\\n",
" model=Demucs model.sampling_rate=16000 \\\n", " model=Demucs model.sampling_rate=16000 \\\n",
" dataset=DNS-2020\n", " dataset=MS-SNSD\n",
"\n", "\n",
"```" "```"
] ]
@ -570,9 +570,9 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "enhancer", "display_name": "Python 3.8.13 ('enhancer')",
"language": "python", "language": "python",
"name": "enhancer" "name": "python3"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {