giangnguyen2412 / Neural-Baby-Talk-python3

NBT with some changes to run smoothly with python3
MIT License
16 stars 3 forks source link

undefined symbol: __cudaPopCallConfiguration #13

Closed townim-faisal closed 4 years ago

townim-faisal commented 4 years ago

After running command of novel object captioning (Evaluation), I have found following errors.

  File "main.py", line 18, in <module>
    from misc import utils, eval_utils, AttModel
  File "/home/uchchwas/Downloads/Neural-Baby-Talk-python3-master/misc/AttModel.py", line 10, in <module>
    from misc.model import AttModel
  File "/home/uchchwas/Downloads/Neural-Baby-Talk-python3-master/misc/model.py", line 14, in <module>
    from pooling.roi_align.modules.roi_align import RoIAlignAvg
  File "/home/uchchwas/Downloads/Neural-Baby-Talk-python3-master/pooling/roi_align/modules/roi_align.py", line 3, in <module>
    from ..functions.roi_align import RoIAlignFunction
  File "/home/uchchwas/Downloads/Neural-Baby-Talk-python3-master/pooling/roi_align/functions/roi_align.py", line 3, in <module>
    from .._ext import roi_align
  File "/home/uchchwas/Downloads/Neural-Baby-Talk-python3-master/pooling/roi_align/_ext/roi_align/__init__.py", line 3, in <module>
    from ._roi_align import lib as _lib, ffi as _ffi
ImportError: /home/uchchwas/Downloads/Neural-Baby-Talk-python3-master/pooling/roi_align/_ext/roi_align/_roi_align.so: undefined symbol: __cudaPopCallConfiguration

Also, I have used your anaconda environment and checked both the cuda version of system and environment, they are same.

giangnguyen2412 commented 4 years ago

plz try using the same cuda version in this file