1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 01:30:24 +08:00
Files
Retrieval-based-Voice-Conve…/tools/onnx/export_onnx.py
Ναρουσέ·μ·γιουμεμί·Χινακάννα deca566ab2 修复了Onnx Attention的一个Shape错误 (#2003)
* Add files via upload

* Fix Onnx Bugs

* Add files via upload
2024-04-23 03:07:13 +09:00

3 lines
111 B
Python

from infer.modules.onnx.export import export_onnx
export_onnx("pt/Justin Bieber.pth" ,"pt/TestRvc_Rvc.onnx")