PhoenixStormJr commited on
Commit
603aeea
·
verified ·
1 Parent(s): 08cdaa9

Update Retrieval_based_Voice_Conversion_WebUI_v2.ipynb

Browse files
Retrieval_based_Voice_Conversion_WebUI_v2.ipynb CHANGED
@@ -211,11 +211,11 @@
211
  "outputs": [],
212
  "source": [
213
  "#@title Manually back up the trained model files to Google Drive\n",
214
- "#@markdown 需要自己查看logs文件夹下模型的文件名,手动修改下方命令末尾的文件名\n",
215
  "\n",
216
  "#@markdown Model name\n",
217
  "MODELNAME = \"lulu\" #@param {type:\"string\"}\n",
218
- "#@markdown 模型epoch\n",
219
  "MODELEPOCH = 9600 #@param {type:\"integer\"}\n",
220
  "\n",
221
  "!cp /content/Retrieval-based-Voice-Conversion-WebUI/logs/{MODELNAME}/G_{MODELEPOCH}.pth /content/drive/MyDrive/{MODELNAME}_D_{MODELEPOCH}.pth\n",
@@ -361,7 +361,7 @@
361
  "#@title Clear all files under the project and leave only the selected model (be careful and read the code carefully)\n",
362
  "#@markdown Model name\n",
363
  "MODELNAME = \"lulu\" #@param {type:\"string\"}\n",
364
- "#@markdown 选中模型epoch\n",
365
  "MODELEPOCH = 9600 #@param {type:\"integer\"}\n",
366
  "\n",
367
  "!echo \"Back up the selected model...\"\n",
 
211
  "outputs": [],
212
  "source": [
213
  "#@title Manually back up the trained model files to Google Drive\n",
214
+ "#@markdown You need to check the model file name in the logs folder yourself and manually modify the file name at the end of the command below\n",
215
  "\n",
216
  "#@markdown Model name\n",
217
  "MODELNAME = \"lulu\" #@param {type:\"string\"}\n",
218
+ "#@markdown Model epoch\n",
219
  "MODELEPOCH = 9600 #@param {type:\"integer\"}\n",
220
  "\n",
221
  "!cp /content/Retrieval-based-Voice-Conversion-WebUI/logs/{MODELNAME}/G_{MODELEPOCH}.pth /content/drive/MyDrive/{MODELNAME}_D_{MODELEPOCH}.pth\n",
 
361
  "#@title Clear all files under the project and leave only the selected model (be careful and read the code carefully)\n",
362
  "#@markdown Model name\n",
363
  "MODELNAME = \"lulu\" #@param {type:\"string\"}\n",
364
+ "#@markdown Select model epoch\n",
365
  "MODELEPOCH = 9600 #@param {type:\"integer\"}\n",
366
  "\n",
367
  "!echo \"Back up the selected model...\"\n",