This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
Replies: 1 comment
-
加载onnx模型需要使用另一个项目,请参考MoeVoiceStudio |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请勾选下方的确认框。
系统平台版本号
Ubuntu 18.04
GPU 型号
V100 32G
Python版本
3.9.13
PyTorch版本
1.12.1
sovits分支
4.0(默认)
数据集来源(用于判断数据集质量)
内部TTS数据
出现问题的环节或执行的命令
推理:python inference_main.py
问题描述
已经使用onnx_export.py将模型(G_*.pth)转换为onnx格式。如何在推理阶段加载该onnx模型?
执行命令:
python inference_main.py
-m "checkpoints/*/G_53600.onnx"
-c "logs/44k/config_onnx.json"
-s * -n $audio_files -t 0
--f0_predictor pm \
日志
截图
so-vits-svc
、logs/44k
文件夹并粘贴到此处不涉及
补充说明
No response
Beta Was this translation helpful? Give feedback.
All reactions