mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-18 15:24:33 +00:00
NameError: name 'fused_act_ext' is not defined #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexliyang on GitHub (Nov 1, 2021).
参考使用了:
BASICSR_EXT=True BASICSR_JIT=True pip install basicsr
后,还是存在这个问题,还有什么办法解决吗
@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
@dongfengxijian commented on GitHub (Aug 31, 2022):
怎么解决这个问题的?