peteanderson80 / bottom-up-attention

Bottom-up attention model for image captioning and VQA, based on Faster R-CNN and Visual Genome
http://panderson.me/up-down-attention/
MIT License
1.44k stars 378 forks source link

generate_tsv.py problem ImportError: /usr/lib/libcblas.so.3: undefined symbol: ATL_zger2u #25

Open yzqzoom opened 6 years ago

yzqzoom commented 6 years ago

Hi, I am using your code generate_tsv.py to generate features, but met the problem as followed:

./caffe/python/caffe/pycaffe.py", line 13, in from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \ ImportError: /usr/lib/libcblas.so.3: undefined symbol: ATL_zger2u

what is the problem?

make -j8 && make pycaffe both successed

yzqzoom commented 6 years ago

I've searched, but did not find a solution.

my cuda has installed, and also nvidia-smi shows successfully. The version is NVIDIA-SMI 378.13 Driver Version: 378.13

make test successed

make runtest failed

E0309 16:50:54.531314 187895 common.cpp:114] Cannot create Cublas handle. Cublas won't be available. E0309 16:50:55.012140 187895 common.cpp:121] Cannot create Curand generator. Curand won't be available. E0309 16:50:55.012303 187895 common.cpp:141] Curand not available. Skipping setting the curand seed.

but my cuda has installed, nvidia-smi is ok .

Don't know where the problem happens