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

math_functions.cu:130] Check failed: status == CUBLAS_STATUS_SUCCESS (14 vs. 0) CUBLAS_STATUS_INTERNAL_ERROR #3

Open
takecareofbigboss opened this issue Jul 10, 2018 · 1 comment

Comments

@takecareofbigboss
Copy link

math_functions.cu:130] Check failed: status == CUBLAS_STATUS_SUCCESS (14 vs. 0) CUBLAS_STATUS_INTERNAL_ERROR
*** Check failure stack trace: ***
@ 0x7f2a5c719b4d google::LogMessage::Fail()
@ 0x7f2a5c71db67 google::LogMessage::SendToLog()
@ 0x7f2a5c71b9e9 google::LogMessage::Flush()
@ 0x7f2a5c71bced google::LogMessageFatal::~LogMessageFatal()
@ 0x7f2a63d10256 caffe::caffe_gpu_dot<>()
@ 0x7f2a63cd4ffc caffe::SoftmaxWithLossLayer<>::Forward_gpu()
@ 0x7f2a63b108cc caffe::Net<>::ForwardFromTo()
@ 0x7f2a63b10ca7 caffe::Net<>::Forward()
@ 0x7f2a6398a308 caffe::Solver<>::Step()
@ 0x7f2a63ae78ea caffe::Worker<>::InternalThreadEntry()
@ 0x7f2a63afb0d0 caffe::InternalThread::entry()
@ 0x7f2a63afb8f6 boost::detail::thread_data<>::run()
@ 0x7f2a5800ee83 thread_proxy
@ 0x7f2a4abbb1c3 start_thread
@ 0x7f2a4a8ed12d __clone

when i use single gpu, the model can train normaly. But when I use multi-gpu to train "sh examples/FRCNN/zf/train_frcnn.sh", it reminds me that ...

@takecareofbigboss
Copy link
Author

it occurs when i set this: gpu=all !!!!!!!!!!!!!!!!!!!!!!!!!!!!
so, your code can not train with multi gpu?

if [ ! -n "$1" ] ;then
echo "$1 is empty, default is 0"
gpu=all
else
echo "use $1-th gpu"
gpu=$1
fi

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

1 participant