GroupViT icon indicating copy to clipboard operation
GroupViT copied to clipboard

libtorch_cuda_cu.so

Open Mybelieve opened this issue 2 years ago • 6 comments

Could you help me solve this problem? libtorch_cuda_cu.so has already existed in the directory: "/home/user/anaconda3/envs/groupvit/lib/python3.7/site-packages/torch/lib"

image

Mybelieve avatar Apr 08 '22 03:04 Mybelieve

Hi @Mybelieve May I know how you installed mmcv?

xvjiarui avatar Apr 08 '22 03:04 xvjiarui

Hi @Mybelieve May I know how you installed mmcv?

image

Mybelieve avatar Apr 08 '22 06:04 Mybelieve

Strange. What is your development platform? You may also refer to mmcv faq https://mmcv.readthedocs.io/en/latest/faq.html

xvjiarui avatar Apr 08 '22 21:04 xvjiarui

Strange. What is your development platform? You may also refer to mmcv faq https://mmcv.readthedocs.io/en/latest/faq.html

python 3.7.6 cuda: 11.4

Mybelieve avatar Apr 09 '22 09:04 Mybelieve

Hi @Mybelieve Are you using windows or linux? Could you please check if you could use pytorch cuda?

import torch
torch.cuda.is_available()

xvjiarui avatar Apr 10 '22 18:04 xvjiarui

I get the exact same error, import torch, torch.cuda.is_available() returns True

Jonny-air avatar Apr 19 '23 09:04 Jonny-air