1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 09:40:24 +08:00

optimize(rvc.onnx): more modelize

This commit is contained in:
源文雨
2024-06-06 01:23:17 +09:00
parent c94f3f6748
commit 7662afb831
4 changed files with 18 additions and 19 deletions

3
tools/onnx/export.py Normal file
View File

@@ -0,0 +1,3 @@
from infer.modules.onnx.export import export_onnx
export_onnx("pt/Justin Bieber.pth", "pt/TestRvc_Rvc.onnx")