CedrusLNZ

Results 5 comments of CedrusLNZ

> @cs-heibao **I think I sovled this problem**. I tried on pytorch=1.4 torchvision=0.5.0 cudatoolkit=10.1 CUDA=10.2. I also met the same problem. If you reinstall your pytorch, torchvision,cudatoolkit or CUDA, you...

> > As @uniquezhengjie said, this error raised when PyTorch CUDA and system CUDA version do not match. The Deformable_Convolution (DCN) in this repository requires CUDA version > **If you...

> As @uniquezhengjie said, this error raised when PyTorch CUDA and system CUDA version do not match. The Deformable_Convolution (DCN) in this repository requires CUDA version > **If you do...

> It's cuda version problem. Use cuda9 and pytorch 0.4.1 will fix it. @guanxiongsun when I use cuda9 and pytorch 0.4.1 to compile dcnv2, it reports/home1/linazhan/CenterTrack/src/lib/model/networks/DCNv2/src/cpu/vision.h:2:29: fatal error: torch/extension.h: No...