XinyiYing / D3Dnet

Repository for "Deformable 3D Convolution for Video Super-Resolution", SPL, 2020
Apache License 2.0
305 stars 43 forks source link

Unsupported gpu architecture 'compute_86' #31

Open DIVE128 opened 2 years ago

DIVE128 commented 2 years ago

Thanks for your great job. Our environment is linux with gpu RTX3090 and the fixed lowest version of pytorch is 1.7 with cuda11.0. When we run mask.sh , it prompts Unsupported gpu architecture compute 86 . Could you release the code that suits a higher version of pytorch? Thanks a lot.

XinyiYing commented 2 years ago

We can use D3Dnet in linux with gpu RTX3090 and the version of pytorch is 1.7.1 with cuda11.0.221 and cudnn8.0.5_0. The problem may be caused by the problem of "The current CUDA hashrate is higher than the CUDA hashrate supported by the current PyTorch version" The driver version of NVIDIA-SMI is 470.57.02. Please refer to https://blog.csdn.net/cwm19950318/article/details/111287797 for more details. We hope this may help.