Open chetanmreddy opened 7 years ago
Are you using caffe-lstm repository? Don't use latest caffe
Btw, there is a problem with my manual makefile and the one working is eclipse generated one. See the issues.
thanks for your prompt reply.Yes, I am using latest Caffe.Ok, I got your point I should use only Caffe-lstm.but the GitHub page(https://github.com/junhyukoh/caffe-lstm) of Caffe-lstm page says its no longer maintained.I hope the makefile which I have is working fine.
On project days, that impl was the existing one. I mean the makefile for my code itself is problematic. Caffe-lstm makefile is working well
Hi mostafa,I dont want to use GPU.How to make it run using only CPU.I am using the eclipse project to make the executables. I have built my caffe in cpu only mode. I am talking about script-simple.sh just noticed that the trainval-test-exe-script file has a gpu flag.is there a way to make them run with cpu.
In the script, in part "$GIT_PROJ_DIR/$EXE_P4_NETWORK2 \" The word GPU is passed to the program, just replace with CPU Exactly 2 positions
mkdir -p release mkdir -p apps-release make exePhase1_2 make[1]: Entering directory `/home/chetan/first/caffe/examples/deep-activity-rec' Building file: src/leveldb-reader.cpp Invoking: GCC C++ Compiler g++ -fPIC -std=gnu++0x -Wall -c -fmessage-length=0 -O3 -DCPU_ONLY=0 -I/home/chetan/first/caffe/include -I/home/chetan/first/caffe/build/src -I/home/chetan/dlib-19.6 -fPIC -MMD -MP -MF"release/leveldb-reader.d" -MT"release/leveldb-reader.d" -o "release/leveldb-reader.o" "src/leveldb-reader.cpp" In file included from src/leveldb-reader.cpp:12:0: src/leveldb-reader.h:44:35: fatal error: caffe/vision_layers.hpp: No such file or directory
include "caffe/vision_layers.hpp"
compilation terminated. make[1]: *** [release/leveldb-reader.o] Error 1
Iam trying to run make all and this error shows up. I have a ubuntu 14 with python 2.7.I have checked the caffe directory and i couldn't find the header file vision_header.hpp.
how to solve this problem?