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_conv_transpose2d_out_cpu" not implemented for 'Half'" #5

Closed
illtellyoulater opened this issue Feb 10, 2022 · 1 comment

Comments

@illtellyoulater
Copy link

Hello,
I'm running the software on CPU by modifying _config.yaml as you documented in another issue.

After drawing a mask and processing some projections, I want to edit facial features and in order to do that I create a new attribute with the down-pointing arrows and then I click on "S Edit" but as soon as I do that I receive the following error message:

  File "...\Chunkmogrify-master\torch_utils\ops\conv2d_gradfix.py", line 43, in conv_transpose2d
    return torch.nn.functional.conv_transpose2d(input=input, weight=weight, bias=bias, stride=stride, padding=padding, output_padding=output_padding, groups=groups, dilation=dilation)
RuntimeError: "slow_conv_transpose2d_out_cpu" not implemented for 'Half'
@futscdav
Copy link
Owner

Fixed by forcing fp32 for running on cpu. I've tested running on cpu and didn't find any more issues after commit 16d2ce6. Let me know if you find any other problems!

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