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

Small fix to prevent issues when using a gpu. #228

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sotelo
Copy link

@sotelo sotelo commented May 10, 2024

Hello! Awesome lib!

In the current version of the code, I get a TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first. I isolated this issue to this line:

face = F.to_tensor(np.float32(face))

When face is already a gpu tensor, there's no need to convert to a np array and then to a tensor. LMK if this looks good to you or if you'd want to change something.

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

Successfully merging this pull request may close these issues.

None yet

2 participants