We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my system is ubuntu16.04,python2.7,caffe(CPU),when I do make it shows:
xyl@xyl-K501LB:~/文档/LAB/LAB-master$ make all -j4 CXX src/caffe/util/interp.cpp CXX src/caffe/util/signal_handler.cpp CXX src/caffe/util/io.cpp CXX src/caffe/util/cudnn.cpp CXX src/caffe/util/db.cpp In file included from src/caffe/util/interp.cpp:4:0: ./include/caffe/util/interp.hpp:6:23: fatal error: cublas_v2.h: 没有那个文件或目录 compilation terminated. Makefile:581: recipe for target '.build_release/src/caffe/util/interp.o' failed make: *** [.build_release/src/caffe/util/interp.o] Error 1 make: *** 正在等待未完成的任务....
can you please tell me where the problem is?
The text was updated successfully, but these errors were encountered:
@JCBourne97 Hi, I have the same problem as you, can tell me how to solve this problem, thank you~
Sorry, something went wrong.
just comment "#include<cublas_v2.h>" in ./include/caffe/util/interp.hpp.
No branches or pull requests
my system is ubuntu16.04,python2.7,caffe(CPU),when I do make it shows:
xyl@xyl-K501LB:~/文档/LAB/LAB-master$ make all -j4
CXX src/caffe/util/interp.cpp
CXX src/caffe/util/signal_handler.cpp
CXX src/caffe/util/io.cpp
CXX src/caffe/util/cudnn.cpp
CXX src/caffe/util/db.cpp
In file included from src/caffe/util/interp.cpp:4:0:
./include/caffe/util/interp.hpp:6:23: fatal error: cublas_v2.h: 没有那个文件或目录
compilation terminated.
Makefile:581: recipe for target '.build_release/src/caffe/util/interp.o' failed
make: *** [.build_release/src/caffe/util/interp.o] Error 1
make: *** 正在等待未完成的任务....
can you please tell me where the problem is?
The text was updated successfully, but these errors were encountered: