Open Fansiee opened 7 years ago
Did you try openblas
?
I have tried openblas, but it is the same error.
make clean
before you make it again?
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!
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