weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.68k forks source link

Undefined symbol in ./data/VOC0712/create_data.sh #421

Open Fansiee opened 7 years ago

Fansiee commented 7 years ago

Issue summary

When I run ./data/VOC0712/create_data.sh, it make an error.

Traceback (most recent call last): File "/home/cv/dl/caffe/data/VOC0712/../../scripts/create_annoset.py", line 7, in from caffe.proto import caffe_pb2 File "/home/cv/dl/caffe/python/caffe/init.py", line 1, in from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver File "/home/cv/dl/caffe/python/caffe/pycaffe.py", line 13, in from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \ ImportError: /opt/intel/mkl/lib/intel64/libmkl_sequential.so: undefined symbol: mkl_lapack_ps_dgetrf_small

Your system configuration

Operating system:Ubuntu 14.04 Compiler: CUDA version (if applicable):8.0 CUDNN version (if applicable):5.1 BLAS:mkl Python or MATLAB version (for pycaffe and matcaffe respectively):Python

weiliu89 commented 7 years ago

Did you try openblas?

Fansiee commented 7 years ago

I have tried openblas, but it is the same error.

weiliu89 commented 7 years ago

make clean before you make it again?

Fansiee commented 7 years ago

I uninstall the mkl, and install openblas, but it doesn't work. I can't make it anyway, so I reinstall the ubuntu, and reinstall the caffe. This time I use the openblas, and this error disappears. Thanks!