ruotianluo / bottom-up-attention-ai-challenger

MIT License
38 stars 6 forks source link

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

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

Don't know where the problem happens

yzqzoom commented 6 years ago

caffe 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 .

gongzaizhou commented 5 years ago

I have sample problem when import caffe, how to solve it?

Enzo0207 commented 5 years ago

I have sample problem when import caffe, how to solve it?

老哥这个问题解决了吗 怎么搞啊(挠头)