Error using caffe.Blob/reshape :Could not convert handle to pointer due to invalid init_key. The object might have been cleared.
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I am using gcp() command in Matlab to create a pool in which two threads are running, one is calling Caffe and other utilizing output of previous Caffe call.I am using parfeval() function for execution of func in worker and it generates the handle while loading the handle, it generate the following error-
Error using caffe.Blob/reshape :Could not convert handle to pointer due to invalid init_key. The object might have been cleared.
Can any body help in resolving the error?
댓글 수: 1
Walter Roberson
2017년 1월 16일
I suspect this is a continuation of http://www.mathworks.com/matlabcentral/answers/320534-multithreading-caffe-aplication-with-matlab-engine and should perhaps be merged to there.
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!