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

crash on gpu mode, but work by cpu #1

Closed
vzvzx opened this issue Oct 25, 2016 · 1 comment
Closed

crash on gpu mode, but work by cpu #1

vzvzx opened this issue Oct 25, 2016 · 1 comment

Comments

@vzvzx
Copy link

vzvzx commented Oct 25, 2016

change link below, if someone else has the same problam

MTCNN::MTCNN(const std::string &proto_model_dir){
//#ifdef CPU_ONLY
Caffe::set_mode(Caffe::CPU);
//#else
// Caffe::set_mode(Caffe::GPU);
//#endif

@zhonhel
Copy link

zhonhel commented Dec 4, 2017

I got error on GPU too,how to solve it?

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

3 participants