Skip to content

Commit

Permalink
docs(notebook): fix cluster inference command and improve cluster tra…
Browse files Browse the repository at this point in the history
…ining command (#93)
  • Loading branch information
chitsanfei authored Mar 24, 2023
1 parent d4f1a97 commit 7642594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/so-vits-svc-fork-4.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"metadata": {},
"outputs": [],
"source": [
"!svc train-cluster --output-path drive/MyDrive/so-vits-svc-fork/logs/44k"
"!svc train-cluster --output-path drive/MyDrive/so-vits-svc-fork/logs/44k/kmeans.pt"
]
},
{
Expand Down Expand Up @@ -226,7 +226,7 @@
"outputs": [],
"source": [
"##@title Use trained model (with cluster)\n",
"!svc infer-cluster {NAME}.wav -r 0.1 -m drive/MyDrive/so-vits-svc-fork/logs/44k/ -c drive/MyDrive/so-vits-svc-fork/logs/44k/config.json -k drive/MyDrive/so-vits-svc-fork/logs/44k/kmeans.pt\n",
"!svc infer {NAME}.wav -s speaker -r 0.1 -m drive/MyDrive/so-vits-svc-fork/logs/44k/ -c drive/MyDrive/so-vits-svc-fork/logs/44k/config.json -k drive/MyDrive/so-vits-svc-fork/logs/44k/kmeans.pt\n",
"display(Audio(f\"{NAME}.out.wav\", autoplay=True))"
]
},
Expand Down

0 comments on commit 7642594

Please sign in to comment.