This repository was archived by the owner on Dec 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 " ,
796796 }
797797 }
798798 ]
799- }
799+ }
You can’t perform that action at this time.
0 commit comments