Closed higher127 closed 2 years ago
Hi @higher127 Could you please provide more logs? Since IR v10 we have opsets which don't have
FullyConnected
operation, but have MatMul which is more generic.
Hi, @ilya-lavrenov Thanks for your reply. I do not know how to save logs, just encounter an exception in run time. Besides, I think model optimization have convert "FullyConnected" to "MatMul", and "Reshape"(Dynamic batch not supported) is new generated. Relationship between caffe model and IR xml below:
Ok, have you been able to execute the model with MatMul
on IE device? The IR snippet looks good.
Ok, have you been able to execute the model with
MatMul
on IE device? The IR snippet looks good.
Execute the IR model with exception still, as the IR snippet reads: A "Reshape" layer generated while converting "InnerProducted" to "MatMul", and dynamic batch of openvino cannot support. I think the exception comes from the "Reshape" of IR model. Am I right ? Thanks.
I think the exception comes from the "Reshape" of IR model. Am I right ? Thanks.
We need logs from Inference Engine with error message of the exception. It's hard to say without logs. Could you please upload IR (xml and bin files) to any file server and provide a link?
I think the exception comes from the "Reshape" of IR model. Am I right ? Thanks.
We need logs from Inference Engine with error message of the exception. It's hard to say without logs. Could you please upload IR (xml and bin files) to any file server and provide a link?
Hi, You can get the IR model with: https://pan.baidu.com/s/1AeOjbCStrYxHJk8cG9rtcw passport: 9bs5 Thanks.
Hi @higher127
Did you manage to solve the issue? If you still need help, could you provide the caffe model for me tot take a look?
Regards, Jesus
Hi, There, a classification model have been optimized which have "innerProduct" layer, and load its network with "LoadNetwork()" encounter exception. If I removed "innerProduct" from the model, "LoadNetwork()" function is OK. As document reads, openvino supports "FullyConnected" layer. Where is the exception from ? Thanks a lot !