iPERDance / iPERCore

Liquid Warping GAN with Attention: A Unified Framework for Human Image Synthesis
https://iperdance.github.io/work/impersonator-plus-plus.html
Apache License 2.0
2.42k stars 311 forks source link

No kernel image available for execution #128

Closed Jmavd closed 2 years ago

Jmavd commented 3 years ago

While attempting to run the program, I got the error Error in forward_face_index_map_1: no kernel image is available for execution on the device. It seems to be an issue with CUDA, but I have in fact installed CUDA 11.1, a version which should work if I were to build it from source. I have a GTX 1660 TI, and am running Windows 10.

StevenLiuWen commented 2 years ago

Try to compile the source instead of using the pre-compiled windows version, since the pre-compiled windows version is incompatible with other Nvidia-Cuda compute architecture.