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

CUDA error: operation not supported when calling cusparseCreate(handle) #82

Open
ZanderInteractiveMedia opened this issue Feb 29, 2024 · 0 comments

Comments

@ZanderInteractiveMedia
Copy link

ZanderInteractiveMedia commented Feb 29, 2024

python demo.py --config config/vox-256.yaml --driving_video media/video.mp4 --source_image media/image.jpg --checkpoint checkpoint/DaGAN_vox_adv_256.pth.tar --relative --adapt_scale - -kp_num 15 --generator DepthAwareGenerator 0%| | 0/48 [00:01<?, ?it/s] Traceback (most recent call last): File "demo.py", line 205, in <module> sources, drivings, predictions,depth_gray = make_animation(source_image, driving_video, generator, kp_detector, relative=opt.relative, adapt_movement_scale=opt.adapt_scale, cpu=opt.cpu) File "demo.py", line 99, in make_animation use_relative_jacobian=relative, adapt_movement_scale=adapt_movement_scale) File "D:\TalkingHead(DaGAN)\CVPR2022-DaGAN\animate.py", line 33, in normalize_kp jacobian_diff = torch.matmul(kp_driving['jacobian'], torch.inverse(kp_driving_initial['jacobian'])) RuntimeError: CUDA error: operation not supported when calling cusparseCreate(handle)`

what does this mean and what can I do ?

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

1 participant