Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train.sh #11

Open
exampen opened this issue Aug 29, 2017 · 3 comments
Open

train.sh #11

exampen opened this issue Aug 29, 2017 · 3 comments

Comments

@exampen
Copy link

exampen commented Aug 29, 2017

I ran the rcf on ubuntu+python2.7.12. When I ran 'cd $ROOT_DIR/examples/rcf/./train.sh', I got an error like this, what should I do?

aceliu@ubuntu:~/rcf/examples/rcf$ ./train.sh
++ date +%Y-%m-%d_%H-%M-%S

  • LOG=logs/fcn_2017-08-29_04-49-59.txt
  • exec
    ++ tee -a logs/fcn_2017-08-29_04-49-59.txt
  • ./solve.py
    WARNING: Logging before InitGoogleLogging() is written to STDERR
    F0829 04:49:59.729399 63541 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode.
    *** Check failure stack trace: ***
    ./train.sh: line 8: 63541 Aborted (core dumped) ./solve.py
@yun-liu
Copy link
Owner

yun-liu commented Aug 30, 2017

Maybe you compile Caffe using the CPU_ONLY option as 1 in Makefile.config. The compilation of RCF is the same as the original Caffe, so please refer to the project page of Caffe for some help. For your question, I find some issues related to it on the project page of Caffe, such as BVLC/caffe#1799, BVLC/caffe#2241, rbgirshick/py-faster-rcnn#564 and etc.

@exampen
Copy link
Author

exampen commented Aug 30, 2017

Thank you very much for your reply ! It's a good suggestion for me and I will try it, thanks again !

@yun-liu
Copy link
Owner

yun-liu commented Aug 31, 2017

You are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants