w-okada / voice-changer

リアルタイムボイスチェンジャー Realtime Voice Changer
Other
15.34k stars 1.65k forks source link

how to export rmvpe model to onnx #1040

Closed liziru closed 6 months ago

liziru commented 6 months ago

Voice Changer Version

master

Operational System

ubuntu 20.04

GPU

1080ti

Read carefully and check the options

Model Type

RVC

Issue Description

Thanks for your great job! I tried to export the entire rmvpe process model(including mel_extractor&mel2hidden&decode parts) to onnx model like the onnx model you provided in this project, but failed. I found this project https://github.com/yxlllc/RMVPE/blob/main/export.py but no weights are provided, I also tried to load your frozen weights using this project but failed to match layers. Can you give me some advice on exporting the entire rmvpe models? I will appreciate any help. Looking forward to the replay.

Application Screenshot

image

Logs on console

image

w-okada commented 6 months ago

Sorry, I'm not sure. Please reach out to the owner of the https://github.com/yxlllc repository.

Close.