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
Is it possible to run the code on CPU without CUDA? I got "NameError: name 'fused_act_ext' is not defined" error, and when using the method suggested by google ("set BASICSR_JIT=True") then I got error "OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root." - but I have an old non-nvidia GPU, so obviously no CUDA for me.
The text was updated successfully, but these errors were encountered:
Is it possible to run the code on CPU without CUDA? I got "NameError: name 'fused_act_ext' is not defined" error, and when using the method suggested by google ("set BASICSR_JIT=True") then I got error "OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root." - but I have an old non-nvidia GPU, so obviously no CUDA for me.
The text was updated successfully, but these errors were encountered: