czczup / ViT-Adapter

[ICLR 2023 Spotlight] Vision Transformer Adapter for Dense Predictions
https://arxiv.org/abs/2205.08534
Apache License 2.0
1.27k stars 140 forks source link

fatal error: cusolverDn.h: No such file or directory #67

Closed lphilomena closed 1 year ago

lphilomena commented 1 year ago

Thanks for sharing the great work. I built a virtual environment and install mmsegmentaion according to “# recommended environment: torch1.9 + cuda11.1 pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html pip install mmcv-full==1.4.2 -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9.0/index.html pip install timm==0.4.12 pip install mmdet==2.22.0 # for Mask2Former pip install mmsegmentation==0.20.2 ln -s ../detection/ops ./ cd ops & sh make.sh # compile deformable attention”. However, an error "fatal error: cusolverDn.h: No such file or directory" occurs when running "sh make.sh". Are there any suggestions to fix this error?

czczup commented 1 year ago

It looks like there's something wrong with the environment.

lphilomena commented 1 year ago

Thanks for your reply.

Zhe Chen @.***> 于2023年1月13日周五 14:34写道:

It looks like there's something wrong with the environment.

— Reply to this email directly, view it on GitHub https://github.com/czczup/ViT-Adapter/issues/67#issuecomment-1381376651, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFUX3FAZADYO2NY4ZKFBCQLWSDZQPANCNFSM6AAAAAATXYFFMA . You are receiving this because you authored the thread.Message ID: @.***>

-- Best Regards! Liu Ping