Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 4c6bb53

Browse files
authored
edit out test file paths
1 parent c9b3142 commit 4c6bb53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DiffSinger_colab_notebook.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -598,19 +598,19 @@
598598
"#@markdown #Train your model\n",
599599
"%cd /content/DiffSinger\n",
600600
"#@markdown Enter the name of your singer.\n",
601-
"name = \"Nehito_30mins\" #@param{type:'string'}\n",
601+
"name = \"\" #@param{type:'string'}\n",
602602
"\n",
603603
"#@markdown ___\n",
604604
"\n",
605605
"#@markdown ###**Only use this lower section if you want to resume training**\n",
606606
"resume_training = True #@param {type:\"boolean\"}\n",
607607
"\n",
608608
"#@markdown <font size=\"-1.5\"> path to the config you got from training\n",
609-
"re_config_path = \"/content/drive/MyDrive/diffsinger_test/nehito_30_mins/config.yaml\" #@param {type:\"string\"}\n",
609+
"re_config_path = \"\" #@param {type:\"string\"}\n",
610610
"\n",
611611
"#@markdown <font size=\"-1.5\"> path to the resume model's **FOLDER** (should mostlikely be the path you put above minus [ /config.yaml ])\n",
612612
"\n",
613-
"model_dir = \"/content/drive/MyDrive/diffsinger_test/nehito_30_mins\" #@param {type:\"string\"}\n",
613+
"model_dir = \"\" #@param {type:\"string\"}\n",
614614
"\n",
615615
"if resume_training:\n",
616616
" config_path = re_config_path\n",
@@ -796,4 +796,4 @@
796796
}
797797
}
798798
]
799-
}
799+
}

0 commit comments

Comments
 (0)