Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: "slow_conv2d_cpu" not implemented for 'Half' #71

Closed
MaximoXv opened this issue Jul 13, 2023 · 2 comments
Closed

RuntimeError: "slow_conv2d_cpu" not implemented for 'Half' #71

MaximoXv opened this issue Jul 13, 2023 · 2 comments

Comments

@MaximoXv
Copy link

I tried use RVC Beta Demo so i get this error.
"RuntimeError: "slow_conv2d_cpu" not implemented for 'Half'"
How can i fix this?

Specifications:

  • f0 Up key = 0
  • f0 Method = harvest
  • Index Rate = 0,66
  • Filter Radius = 3
  • Resample SR = 0
  • RMS Mix Rate = 1
  • Protect = 0,33

Hubert
-Device = CPU (I did the installation for "CPU only")

  • Use half precision model (Depends on GPU support) = [ ](not check)
@rsxdalv
Copy link
Owner

rsxdalv commented Jul 16, 2023

Should work with the latest update. The RVC backend code just straight up ignored the half parameter. I added a workaround, so now if is_half is unchecked, it will work on CPU.
#74

@MaximoXv
Copy link
Author

Should work with the latest update. The RVC backend code just straight up ignored the half parameter. I added a workaround, so now if is_half is unchecked, it will work on CPU. #74

Now works perfectly 👍
Thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants