rowanz / r2c

Recognition to Cognition Networks (code for the model in "From Recognition to Cognition: Visual Commonsense Reasoning", CVPR 2019)
https://visualcommonsense.com
MIT License
466 stars 91 forks source link

Import error : undefined symbol issue #31

Closed woosikyang closed 5 years ago

woosikyang commented 5 years ago

Screenshot from 2019-10-24 10-20-22

I've followed the process from creating a new conda environment but I can not get the leaderboard output, I get the import issue about cuda

Do you have any idea?

Hastyrush commented 5 years ago

Most probably one of the following:

  1. Your cuda is not compiled properly
  2. Your cuda version does not support the Pytorch version used
  3. Gcc version used to compile the library files are not compatible (look up gcc compatibility with cuda version)
woosikyang commented 5 years ago

yeah I re-installed following the directions. Problem solved Thanks :)