Deformable-Convolution-V2-PyTorch icon indicating copy to clipboard operation
Deformable-Convolution-V2-PyTorch copied to clipboard

Is this version compatible with pytorch1.8

Open ecnuycxie opened this issue 3 years ago • 6 comments

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 avatar Apr 14 '21 04:04 ecnuycxie

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

ecnuycxie avatar Apr 16 '21 14:04 ecnuycxie

I had the same problem。。RTX A6000

Skr20200701 avatar Apr 17 '21 04:04 Skr20200701

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

developer0hye avatar May 06 '21 13:05 developer0hye

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 avatar Dec 01 '21 03:12 littlewhitesea

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

littlewhitesea avatar Dec 01 '21 04:12 littlewhitesea

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'

fereenwong avatar Jun 14 '22 03:06 fereenwong