Is my CAFFE installed properly?

0

I have a problem with DIGITS from NVIDIA so I am first verifying if CAFFE is working (Here is the link to the DIGITS error).  I am trying to verify if my CAFFE is installed properly.

when i run make test I receive

CXX src/caffe/test/test_hdf5data_layer.cpp
src/caffe/test/test_hdf5data_layer.cpp:4:18: fatal error: hdf5.h: No such file or directory
compilation terminated.
Makefile:583: recipe for target '.build_release/src/caffe/test/test_hdf5data_layer.o' failed
make: *** [.build_release/src/caffe/test/test_hdf5data_layer.o] Error 1

when I run make runtest I receive

CXX src/caffe/test/test_hdf5data_layer.cpp
src/caffe/test/test_hdf5data_layer.cpp:4:18: fatal error: hdf5.h: No such file or directory
compilation terminated.
Makefile:583: recipe for target '.build_release/src/caffe/test/test_hdf5data_layer.o' failed
make: *** [.build_release/src/caffe/test/test_hdf5data_layer.o] Error 1

i reinstalled this by sudo apt-get install libgflags-dev then reran make all and received

 CXX src/caffe/solvers/sgd_solver.cpp
    In file included from ./include/caffe/common.hpp:19:0,'
                 from ./include/caffe/blob.hpp:8,
                 from ./include/caffe/net.hpp:10,
                 from ./include/caffe/solver.hpp:7,
                 from ./include/caffe/sgd_solvers.hpp:7,
                 from src/caffe/solvers/sgd_solver.cpp:4:
./include/caffe/util/device_alternate.hpp:34:23: fatal error: cublas_v2.h: No such file or directory
compilation terminated.
Makefile:583: recipe for target '.build_release/src/caffe/solvers/sgd_solver.o' failed
make: *** [.build_release/src/caffe/solvers/sgd_solver.o] Error 1

Eric

Posted 2019-06-18T20:55:19.203

Reputation: 1

No answers