(base) frewen@freweniubuntu:~/03.ProgramSpace/20.AILearning/03.Source/caffe$ make all CXX src/caffe/layer.cpp In file included from ./include/caffe/blob.hpp:8, from ./include/caffe/layer.hpp:8, from src/caffe/layer.cpp:1: ./include/caffe/common.hpp:5:10: fatal error: gflags/gflags.h: 没有那个文件或目录 5 | #include <gflags/gflags.h> | ^~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:582:.build_release/src/caffe/layer.o] 错误 1
(base) frewen@freweniubuntu:~/03.ProgramSpace/20.AILearning/03.Source/caffe$ make all CXX src/caffe/layer.cpp In file included from ./include/caffe/common.hpp:19, from ./include/caffe/blob.hpp:8, from ./include/caffe/layer.hpp:8, from src/caffe/layer.cpp:1: ./include/caffe/util/device_alternate.hpp:34:10: fatal error: cublas_v2.h: 没有那个文件或目录 34 | #include <cublas_v2.h> | ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:582:.build_release/src/caffe/layer.o] 错误 1
(base) frewen@freweniubuntu:~/03.ProgramSpace/20.AILearning/03.Source/caffe$ make all CXX src/caffe/layer.cpp In file included from ./include/caffe/util/math_functions.hpp:11, from ./include/caffe/layer.hpp:12, from src/caffe/layer.cpp:1: ./include/caffe/util/mkl_alternate.hpp:14:10: fatal error: cblas.h: 没有那个文件或目录 14 | #include <cblas.h> | ^~~~~~~~~ compilation terminated. make: *** [Makefile:582:.build_release/src/caffe/layer.o] 错误 1