I got an .onnx rmvpe model from the RVC-WebUI GitHub and downloaded it. As output i receive a float array in the shape of [1][time][360]. After that I converted a pth file found on the Internet which was apparently trained through this project to onnx with the WebUI. Now my issue is that the converted model wants its phone as an input like this: [1][time][256]. What can I do about this? I am relatively unexperienced im so sorry if its sth super obvious.
Thankd!
#RMVPE - Output/Input mismatch
4 messages · Page 1 of 1 (latest)
what program ar you using