CAFFE installation - can't make run test!

66 views
Skip to first unread message

Hana' AL-Theiabat

unread,
Aug 22, 2016, 10:03:14 AM8/22/16
to Caffe Users
I follow this [link](https://github.com/BVLC/caffe/wiki/Ubuntu-16.04-or-15.10-Installation-Guide) to install Caffe on my UBUNTU 16.04

I got this error that prevent me continue!
Please any help.

**make runtest**
```
.build_release/tools/caffe
caffe: command line brew
usage: caffe <command> <args>

commands:
  train           train or finetune a model
  test            score a model
  device_query    show GPU diagnostic information
  time            benchmark model execution time

  Flags from tools/caffe.cpp:
    -gpu (Optional; run in GPU mode on given device IDs separated by ','.Use
      '-gpu all' to run on all available GPUs. The effective training batch
      size is multiplied by the number of devices.) type: string default: ""
    -iterations (The number of iterations to run.) type: int32 default: 50
    -level (Optional; network level.) type: int32 default: 0
    -model (The model definition protocol buffer text file.) type: string
      default: ""
    -phase (Optional; network phase (TRAIN or TEST). Only used for 'time'.)
      type: string default: ""
    -sighup_effect (Optional; action to take when a SIGHUP signal is received:
      snapshot, stop or none.) type: string default: "snapshot"
    -sigint_effect (Optional; action to take when a SIGINT signal is received:
      snapshot, stop or none.) type: string default: "stop"
    -snapshot (Optional; the snapshot solver state to resume training.)
      type: string default: ""
    -solver (The solver definition protocol buffer text file.) type: string
      default: ""
    -stage (Optional; network stages (not to be confused with phase), separated
      by ','.) type: string default: ""
    -weights (Optional; the pretrained weights to initialize finetuning,
      separated by ','. Cannot be set simultaneously with snapshot.)
      type: string default: ""
.build_release/test/test_all.testbin 0 --gtest_shuffle --gtest_filter="-*GPU*"
ERROR: something wrong with flag 'flagfile' in file '/home/hana/Desktop/glog-0.3.3/gflags-master/src/gflags.cc'.  One possibility: file '/home/hana/Desktop/glog-0.3.3/gflags-master/src/gflags.cc' is being linked both statically and dynamically into this Makefile:526: recipe for target 'runtest' failed
make: *** [runtest] Error 1
```

Reply all
Reply to author
Forward
0 new messages