TDAN-VSR-CVPR-2020 icon indicating copy to clipboard operation
TDAN-VSR-CVPR-2020 copied to clipboard

interrupted by signal 11:SIGSEGV

Open 2279072142 opened this issue 2 years ago • 10 comments

help!!!!! i find this error,because the deformable conv. My cuda=10.0 pytorch=1.0.0 ,but i can't run this code

2279072142 avatar Oct 04 '21 14:10 2279072142

Please use Pytorch-0.3.1.

YapengTian avatar Oct 07 '21 20:10 YapengTian

my gpu is 2080ti, it has't compatible with cuda earlier than 9.0 and torch-0.3.1 only has 0.91

2279072142 avatar Oct 22 '21 13:10 2279072142

Is there any better way?

2279072142 avatar Oct 22 '21 13:10 2279072142

so I use torch=0.4.1 cuda92 but torch.FatalError: invalid argument 5: 4D weight tensor (nOutputPlane,nInputPlane,kH,kW) expected, but got: (null) at /home/lab-503/Documents/xzt/TDAN-VSR-CVPR-2020-master/src/deform_conv_cuda.c:15

2279072142 avatar Oct 22 '21 13:10 2279072142

If you want to use the code without any changes, you should use Pytorch-0.3.1. Another way is to replace the deformable module making it runnable for pytorch>=1.0.0. For example, using https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch/tree/pytorch_1.0.0. The code should also be changed accordingly since there are differences between pytorch0.3.1 and 1.0.0.

YapengTian avatar Oct 22 '21 14:10 YapengTian

Thank you for your help, I succeed run this program

2279072142 avatar Oct 24 '21 09:10 2279072142

@2279072142

I am also facing same problem. If you had succeeded using DCV-v2 for pytorch>=1.0.0. Can you please let me know what kind of modifications you've done in the code.

Thank you Gopi

GopiRajuMatta avatar Jan 28 '22 12:01 GopiRajuMatta

Please use Pytorch-0.3.1.

@YapengTian

In the reported Previous PyTorch versions, I could only see wheel for mac not for Ubuntu. As reported in one of the issues, command, "conda create -n tdan python=3.6 pytorch=0.3.1" is not working. In this case, can you please let me know how can I install 0.3.1 pytorch version.

Thank you Gopi

GopiRajuMatta avatar Jan 28 '22 12:01 GopiRajuMatta

Please use Pytorch-0.3.1.

Where we can find it?

MurtazaAbdissamat avatar Nov 11 '22 11:11 MurtazaAbdissamat

could you send us wheel file of pytorch=0.3.1?

MurtazaAbdissamat avatar Nov 11 '22 11:11 MurtazaAbdissamat