You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably pretty late but if anyone needs a quick and dirty fix, editing is_custom_kernel_supported(): in util.util.py to always return False seems to work for me, as far as I understand it basically forces the use of inbuilt torch modules for stuff like activation functions instead of the optimized ones based on StyleGAN2 and written in cuda and cpp, this specific error is caused by torch's inability to find the appropriate compiler for those.
how to solve it? thanks
The text was updated successfully, but these errors were encountered: