NameError: name 'fused_act_ext' is not defined #100

Closed
opened 2026-01-29 21:41:51 +00:00 by claunia · 2 comments
Owner

Originally created by @alexliyang on GitHub (Nov 1, 2021).

参考使用了:
BASICSR_EXT=True BASICSR_JIT=True pip install basicsr

后,还是存在这个问题,还有什么办法解决吗

Originally created by @alexliyang on GitHub (Nov 1, 2021). 参考使用了: BASICSR_EXT=True BASICSR_JIT=True pip install basicsr 后,还是存在这个问题,还有什么办法解决吗
Author
Owner

@alexliyang commented on GitHub (Nov 2, 2021):

使用本地编译安装正常了:
CUDA_HOME=/usr/local/cuda
CUDNN_INCLUDE_DIR=/usr/local/cuda
CUDNN_LIB_DIR=/usr/local/cuda
BASICSR_EXT=True python setup.py develop

@alexliyang commented on GitHub (Nov 2, 2021): 使用本地编译安装正常了: CUDA_HOME=/usr/local/cuda \ CUDNN_INCLUDE_DIR=/usr/local/cuda \ CUDNN_LIB_DIR=/usr/local/cuda \ BASICSR_EXT=True python setup.py develop
Author
Owner

@dongfengxijian commented on GitHub (Aug 31, 2022):

怎么解决这个问题的?

@dongfengxijian commented on GitHub (Aug 31, 2022): 怎么解决这个问题的?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#100