hengyuan-hu / bottom-up-attention-vqa

An efficient PyTorch implementation of the winning entry of the 2017 VQA Challenge.
GNU General Public License v3.0
750 stars 182 forks source link

CUDNN can not surported #33

Closed RayAnteku closed 6 years ago

RayAnteku commented 6 years ago

Hello, I run your codes successfully until I run your main.py the system told me that PyTorch was compiled without cuDNN support. To use cuDNN, rebuild I think it is about the version of CUDA or CUDNN.

RayAnteku commented 6 years ago

OK I use pip install and the problem is now handled