make runtest
で
.build_release/tools/caffe: error while loading shared libraries: libglog.so.0: cannot open shared object file: No such file or directory
が出る
対策?
sudo nano /etc/ld.so.conf
して、
末尾に
/usr/local/lib /usr/lib
を追加
sudo ldconfig
する。
おわり
runtestで
[ FAILED ] SGDSolverTest/0.TestSnapshotShare, where TypeParam = caffe::CPUDevice<float>
出るので
cd /etc
sudo nano profile
export CUDA_VISIBLE_DEVICES=0
export MKL_CBWR=AUTO