#RMVPE - Output/Input mismatch

4 messages · Page 1 of 1 (latest)

keen drum
#

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!

keen drum
#

Im trying to make a java program which does voice to voice with .onnx models

#

From viewing both files in Netron I found out what my output is and what I need to input