Error using caffe.Blob/reshape :Could not convert handle to pointer due to invalid init_key. The object might have been cleared.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 16 de En. de 2017
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.
Respuestas (1)
Dong-Xiao Zhang
el 22 de Nov. de 2017
The same problem happened to me. Do you solve it?
0 comentarios
Ver también
Categorías
Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!