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

Commit 486236f

Browse files
committed
fixed typo
1 parent e3bd284 commit 486236f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DiffSinger_colab_notebook.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"cellView": "form",
133133
"id": "9nZnrUAVHPZQ"
134134
},
135-
"execution_count": 1,
135+
"execution_count": null,
136136
"outputs": []
137137
},
138138
{
@@ -754,10 +754,10 @@
754754
"with open(\"/content/DiffSinger/utils/hparams.py\", \"w\") as file:\n",
755755
" file.writelines(lines)\n",
756756
"\n",
757-
"#if no_output:\n",
758-
"# !python /content/DiffSinger/scripts/export.py acoustic --exp {acoustic_folder_name} --out {exp_folder}/onnx/acoustic >/dev/null 2>&1\n",
759-
"#else:\n",
760-
"# !python /content/DiffSinger/scripts/export.py acoustic --exp {acoustic_folder_name} --out {exp_folder}/onnx/acoustic\n",
757+
"if no_output:\n",
758+
" !python /content/DiffSinger/scripts/export.py acoustic --exp {acoustic_folder_name} --out {exp_folder}/onnx/acoustic >/dev/null 2>&1\n",
759+
"else:\n",
760+
" !python /content/DiffSinger/scripts/export.py acoustic --exp {acoustic_folder_name} --out {exp_folder}/onnx/acoustic\n",
761761
"\n",
762762
"\n",
763763
"if not variance_checkpoint_path:\n",
@@ -978,7 +978,7 @@
978978
"cellView": "form",
979979
"id": "LMHTaub-kMSw"
980980
},
981-
"execution_count": 31,
981+
"execution_count": null,
982982
"outputs": []
983983
},
984984
{

0 commit comments

Comments
 (0)