I1116 22:38:46.777232 21924 caffe.cpp:184] Using GPUs 0
F1116 22:38:46.777487 21924 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode.
*** Check failure stack trace: ***
@ 0x7f1c76174daa (unknown)
@ 0x7f1c76174ce4 (unknown)
@ 0x7f1c761746e6 (unknown)
@ 0x7f1c76177687 (unknown)
@ 0x7f1c7669cf90 caffe::Caffe::SetDevice()
@ 0x40a5a6 train()
@ 0x4081e1 main
@ 0x7f1c74ed5ec5 (unknown)
@ 0x40899d (unknown)
@ (nil) (unknown)
Aborted (core dumped)
Use VM_Ubuntu_64:
I am already set the Makefile.config
Uncomment the line # CPU_ONLY := 1
and
-- BUILD_SHARED_LIBS : ON
-- BUILD_python : ON
-- BUILD_matlab : OFF
-- BUILD_docs : ON
-- CPU_ONLY : ON
-- USE_OPENCV : ON
-- USE_LEVELDB : ON
-- USE_LMDB : ON
-- ALLOW_LMDB_NOLOCK : OFF
and
solver_mode: CPU in
hdf5_classification/solver.prototxt
finetune_flickr_style/solver.prototxt
mnist/lenet_solver.prototxt
bvlc_googlenet/quick_solver.prototxt
.....other about solver.prototxt files.
how to solve my question? where is wrong?
(this question in Attached Files)
thanks.