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
|
| 215 |
"\n",
|
| 216 |
"#@markdown Model name\n",
|
| 217 |
"MODELNAME = \"lulu\" #@param {type:\"string\"}\n",
|
| 218 |
-
"#@markdown
|
| 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
|
| 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",
|