caffe icon indicating copy to clipboard operation
caffe copied to clipboard

issue of Could not create logging file:No such file or directory

Open LeleCheng opened this issue 10 years ago • 2 comments

issue of Could not create logging file:No such file or directory COULD NOT CREATE A LOGGINGFILE

LeleCheng avatar Jul 16 '14 05:07 LeleCheng

You may set environment variable SET GLOG_logtostderr=1 Or create the folder ../tmp in upper level of your current directory.

niuzhiheng avatar Jul 18 '14 09:07 niuzhiheng

Some of the files are missing "#include <glog/logging.h>" in the beginning. Adding that and rebuilding the project solved it for me.

shaikr avatar Sep 03 '14 09:09 shaikr