Open CCRss opened 1 year ago
Maybe you can try training using v2 and see if you still face the same error? I believe my script only works for v2 trained models.
Yeah, today want to do it. If it will work I will response here.
Maybe you can try training using v2 and see if you still face the same error? I believe my script only works for v2 trained models.
Tried with v2 model, same issue
This model work when use Google Collab, but not working locally, I have 1060, might be problem with it graphic card.
I have a 1070 and I also get the same error, looking at the code it does an if statement declaring that if 1060,1070, or 1080 is in the GPU's name it'd be forced to "single precision". I'm assuming that's what kills the entire operation.
Could you maybe remove that line in the if and test it? So just delete line 37 in your case and see if it works without
I tried that and it doesn't work, but I did find a solution. Apparently, the real problem is that myinfer.py from the original file was outdated so that series 10 gpu's wouldn't work described in this forum "myinfer.py has not been updated #299". I implemented the code from the third post I believe to replace the rvc_infer and the get_vc and it fixed the problem for me. Edit: If you want me to, I can try implementing the code into the main local code by tomorrow (no promises) it's just that I'm not necessarily an expert on git, so I rather ask for permission first.
Hello, when I start recording got this error. When model try to convert input.
Different types of input and weights. Model, was trained on RVC version 1 not v2.
Console Logs