caffe2 Caffe CPU version 설치 및 에러해결 gflags.h를 찾지 못하는 에러 fatal error: gflags/gflags.h:No such file or directory wget https://github.com/schuhschuh/gflags/archive/master.zip unzip master.zip cd gflags-master mkdir build && cd build export CXXFLAGS="-fPIC" && cmake .. && make VERBOSE=1 make sudo make install logging.h를 찾지 못하는 에러 fatal error: glog/logging.h: 그런 파일이나 디렉터리가 없습니다 sudo apt-get install libgoogle-glog-dev cblas.h를 찾지 못하는 에러.. 2020. 11. 26. Caffe control 1. Control thebeautifulfuture.tistory.com/entry/caffe-consol-train-graph caffe console command train graph Command Line : http://caffe.berkeleyvision.org/tutorial/interfaces.html ** 카페 학습 시작 caffe train --solver=./solver.prototxt ** GPU 설정 caffe train --solver=./solver.prototxt --gpu 0 ** 학습을.. thebeautifulfuture.tistory.com 2. Plot shareithw.blogspot.com/2017/12/caffe-plottraininglogpy-caffe.ht.. 2020. 10. 10. 이전 1 다음