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
Hi,Zelin!
I get some problems when I run the "sh configs/standard/v100_mot17_coco.sh " which remind me "ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'".
Then I find the answer at fundamentalvision/Deformable-DETR#68.
I change my directory to "models/ops/" and run "sh make.sh",it accurs some error:
.conda/envs/torch1.9/lib/python3.8/site-packages/torch/cuda/__init__.py:52: UserWarning: CUDA initialization: CUDA driver initialization failed, you might not have a CUDA gpu. (Triggered internally at /pytorch/c10/cuda/CUDAFunctions.cpp:115.) return torch._C._cuda_getDeviceCount() > 0 No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' Traceback (most recent call last): File "setup.py", line 69, in <module> ext_modules=get_extensions(), File "setup.py", line 47, in get_extensions raise NotImplementedError('Cuda is not availabel') NotImplementedError: Cuda is not availabel
I test on linux servers with v100.
Have u ever encountered this problem before?
The text was updated successfully, but these errors were encountered:
Hi,Zelin!
I get some problems when I run the "sh configs/standard/v100_mot17_coco.sh " which remind me "ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'".
Then I find the answer at fundamentalvision/Deformable-DETR#68.
I change my directory to "models/ops/" and run "sh make.sh",it accurs some error:
.conda/envs/torch1.9/lib/python3.8/site-packages/torch/cuda/__init__.py:52: UserWarning: CUDA initialization: CUDA driver initialization failed, you might not have a CUDA gpu. (Triggered internally at /pytorch/c10/cuda/CUDAFunctions.cpp:115.) return torch._C._cuda_getDeviceCount() > 0 No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' Traceback (most recent call last): File "setup.py", line 69, in <module> ext_modules=get_extensions(), File "setup.py", line 47, in get_extensions raise NotImplementedError('Cuda is not availabel') NotImplementedError: Cuda is not availabel
I test on linux servers with v100.
Have u ever encountered this problem before?
The text was updated successfully, but these errors were encountered: