BasicSR
BasicSR copied to clipboard
NameError: name 'fused_act_ext' is not defined
尝试跑inference_stylegan2.py,出现"NameError: name 'fused_act_ext' is not defined"这个错误,有大佬遇到过,我看报错行,源码里面有used_bias_act.cpp和fused_bias_act_kernel.cu文件的
刚设置BASICSR_JIT = "True"后, 出现OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root,就是fused_act_ext这个库只能在GPU下编译,windows cpu下跑推断模型是不行的吧
刚设置BASICSR_JIT = "True"后, 出现OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root,就是fused_act_ext这个库只能在GPU下编译,windows cpu下跑推断模型是不行的吧
我遇到相同问题,请问你的问题解决了吗
遇到相同问题,请问你的问题解决了吗