File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,16 @@ python vits_infer_no_bert.py --config ./configs/bert_vits.json --model vits_bert
127127
128128低资源设备通常会分句合成,这样牺牲的自然停顿也没那么明显
129129
130+ ### ONNX导出与推理
131+ 导出:会有许多警告,直接忽略
132+ ```
133+ python model_onnx.py --config configs/bert_vits.json --model vits_bert_model.pth
134+ ```
135+ 推理
136+ ```
137+ python vits_infer_onnx.py --model vits-chinese.onnx
138+ ```
139+
130140### Model compression based on knowledge distillation,应该叫迁移学习还是知识蒸馏呢?
131141Student model has 53M size and 3× speed of teacher model.
132142
@@ -192,5 +202,5 @@ https://github.com/csukuangfj **onnx and android**
192202#### PS.
193203真正的sovits项目地址:https://github.com/sophiefy/Sovits
194204
195- 本人确实与svc-develop-team有积怨
205+ 中文TTS首个开源嵌入BERT向量项目: https://github.com/Executedone/Chinese-FastSpeech2
196206
You can’t perform that action at this time.
0 commit comments