yumingj / C2-Matching

Code for C2-Matching (CVPR2021). Paper: Robust Reference-based Super-Resolution via C2-Matching.
https://yumingj.github.io/projects/C2_matching.html
Apache License 2.0
199 stars 34 forks source link

No CUDA runtime error #31

Open dkkmin0 opened 11 months ago

dkkmin0 commented 11 months ago

hi i got a problem on Installing MMSR and DCNv2 my virtual env setting is same ass read me setting

Python 3.7.16 (c2_matching) C:\Users\user\C2-Matching\mmsr\models\archs\DCNv2>pip list Package Version


addict 2.4.0 brotlipy 0.7.0 certifi 2022.12.7 cffi 1.15.1 charset-normalizer 2.0.4 cryptography 39.0.1 idna 3.4 mkl-fft 1.3.0 mkl-random 1.1.1 mkl-service 2.3.0 mmcv 0.4.4 numpy 1.19.2 opencv-python 4.8.1.78 Pillow 9.3.0 pip 22.3.1 pycparser 2.21 pyOpenSSL 23.0.0 PySocks 1.7.1 PyYAML 6.0.1 requests 2.28.1 setuptools 65.6.3 six 1.16.0 torch 1.4.0 torchvision 0.13.1a0 typing_extensions 4.3.0 urllib3 1.26.14 wheel 0.38.4 win-inet-pton 1.1.0 wincertstore 0.2

No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0' Traceback (most recent call last): File "setup.py", line 64, in ext_modules=get_extensions(), File "setup.py", line 37, in get_extensions raise NotImplementedError('Cuda is not availabel') NotImplementedError: Cuda is not availabel

i hope you could help me