From 6a6e81932acd2877d771a180fdd0827030b2d61f Mon Sep 17 00:00:00 2001 From: Miuzarte <982809597@qq.com> Date: Mon, 13 Mar 2023 20:06:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- README_zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd38274..9eb1f73 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ The existing steps before clustering do not need to be changed. All you need to - Specify "cluster_model_path" in inference_main. - Specify "cluster_infer_ratio" in inference_main, where 0 means not using clustering at all, 1 means only using clustering, and usually 0.5 is sufficient. -### [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1kv-3y2DmZo0uya8pEr1xk7cSB-4e_Pct?usp=sharing) [sovits4 for colab.ipynb](https://colab.research.google.com/drive/1kv-3y2DmZo0uya8pEr1xk7cSB-4e_Pct?usp=sharing) +### [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1kv-3y2DmZo0uya8pEr1xk7cSB-4e_Pct?usp=sharing) [sovits4_for_colab.ipynb](https://colab.research.google.com/drive/1kv-3y2DmZo0uya8pEr1xk7cSB-4e_Pct?usp=sharing) ## Exporting to Onnx diff --git a/README_zh_CN.md b/README_zh_CN.md index b6f36cc..a914fd9 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -142,7 +142,7 @@ python inference_main.py -m "logs/44k/G_30400.pth" -c "configs/config.json" -n " + inference_main中指定cluster_model_path + inference_main中指定cluster_infer_ratio,0为完全不使用聚类,1为只使用聚类,通常设置0.5即可 -### [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1kv-3y2DmZo0uya8pEr1xk7cSB-4e_Pct?usp=sharing) [sovits4 for colab.ipynb](https://colab.research.google.com/drive/1kv-3y2DmZo0uya8pEr1xk7cSB-4e_Pct?usp=sharing) +### [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1kv-3y2DmZo0uya8pEr1xk7cSB-4e_Pct?usp=sharing) [sovits4_for_colab.ipynb](https://colab.research.google.com/drive/1kv-3y2DmZo0uya8pEr1xk7cSB-4e_Pct?usp=sharing) ## Onnx导出