Algolzw / EBSR

Pytorch code for "EBSR: Feature Enhanced Burst Super-Resolution with Deformable Alignment", CVPRW 2021, 1st NTIRE (real data track).
94 stars 11 forks source link

NCCL requirements for DCN #9

Closed Magauiya closed 2 years ago

Magauiya commented 2 years ago

Dear authors,

Can you please share the environment requirements including CUDA version and NCCL? Whenever I try to test your code, it crushes with the following error:

image

I had followed instructions from README file, but firstly there is no DCNv2-pytorch_1.6 folder and secondly, I tried to install DCNv2 from /model/DCNv2.

Magauiya commented 2 years ago

problem solved. My cuda and cudnn were not compatible.