[Dclib-devel] Using caffe and dlib dnn at the same process at the same time
Brought to you by:
davisking
From: Ben G. <ben...@gm...> - 2018-06-03 15:42:23
|
Hi, I encountered with a problem while using caffe and dlib dnn face recognition model parallel the dlib cuda initialization failed with the following error: terminate called after throwing an instance of 'dlib::cuda_error' what(): Error while calling cudaGetDevice(&the_device_id) in file /home/ben/dev/dlib/dlib/cuda/gpu_data.cpp:178. code: 3, reason: initialization error When I removed the caffe code and build it again dlib works fine. Is it known problem, could be solved? Regards, Ben |