chengdazhi / Deformable-Convolution-V2-PyTorch

Deformable ConvNets V2 (DCNv2) in PyTorch
MIT License
1.43k stars 229 forks source link

Is this version compatible with pytorch1.8 #75

Open ecnuycxie opened 3 years ago

ecnuycxie commented 3 years ago

I try the "pytorch1.0.0" version but found that it is not compatible with PyTorch 1.8. Is there any solution for Deformable Conv in PyTorch 1.8? I want to try it on RTX30**.

ecnuycxie commented 3 years ago

The version is compatible with Pytorch 1.8, RTX3070. So I close this issue.

Skr20200701 commented 3 years ago

I had the same problem。。RTX A6000

developer0hye commented 3 years ago

Refer to https://github.com/developer0hye/Simple-PyTorch-Deformable-Convolution-v2 and https://github.com/developer0hye/Simple-CenterNet

littlewhitesea commented 2 years ago

The version is compatible with Pytorch 1.8, RTX3070. So I close this issue.

Hi, could you provide more detailed information? How about the version of python, pytorch and torchvision? I also want to try DCN on RTX3090.

littlewhitesea commented 2 years ago

@developer0hye Thanks for your reply, I will try the latest version later.

fereenwong commented 2 years ago

The version is compatible with Pytorch 1.8, RTX3070. So I close this issue.

Hi, how to make it work with a GPU 30**. In my case, it run with error: nvcc fatal : Unsupported gpu architecture 'compute_86'