caffe
caffe copied to clipboard
issue of Could not create logging file:No such file or directory
issue of Could not create logging file:No such file or directory COULD NOT CREATE A LOGGINGFILE
You may set environment variable SET GLOG_logtostderr=1
Or create the folder ../tmp
in upper level of your current directory.
Some of the files are missing "#include <glog/logging.h>" in the beginning. Adding that and rebuilding the project solved it for me.