WARNING: Logging before InitGoogleLogging() is written to STDERR 解决办法

WARNING: Logging before InitGoogleLogging() is written to STDERR

https://github.com/BVLC/caffe/issues/3223

I have resolved the question by accepting follows
from http://caffe.berkeleyvision.org/installation.html#compilation
(caffe_root)
cd build
cmake ..
make

then type ./examples/mnist/create_mnist.sh again at caffe_root.
it run successfully!

你可能感兴趣的:(WARNING: Logging before InitGoogleLogging() is written to STDERR 解决办法)