We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to install mmcv-full with cuda10.2 and torch1.6, however, I got this error when running mmdet.
RuntimeError: SigmoidFocalLoss is not compiled with GPU support
Here is some info about my machine:
<Trial 1886566 worker_0> mmdetection $ nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2019 NVIDIA Corporation Built on Wed_Oct_23_19:24:38_PDT_2019 Cuda compilation tools, release 10.2, V10.2.89
GPU: V100; torch version: 1.6.0; I run mmcv-full by the following command and no mmcv is installed before:
The text was updated successfully, but these errors were encountered:
Hi, this problem disappeared when I use pip < 20.3 to install mmcv-full. Maybe you can have a look at that. Thanks!
Sorry, something went wrong.
Sorry for the late reply, you may refer to this issue.
ycxioooong
No branches or pull requests
Hi, I am trying to install mmcv-full with cuda10.2 and torch1.6, however, I got this error when running mmdet.
Here is some info about my machine:
GPU: V100; torch version: 1.6.0;
![image](https://user-images.githubusercontent.com/24351120/102684262-0a06e280-4212-11eb-8d3e-d1f8cd9ca37a.png)
I run mmcv-full by the following command and no mmcv is installed before:
The text was updated successfully, but these errors were encountered: