Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6403 Discussions

Stage details are not supported: TensorArrayV3

idata
Employee
648 Views

I'm trying to build this pretrained demo model. The model is restored and works fine in Tensorflow1.7 (python3.5). The graph of this model contains operation TensorArrayV3. I freeze the model for inference (described here) and try to compile the graph using the mvNCCompile utility. The mvNCCompile utility returns this error: "Error [Error 5] Toolkit Error: Stage details are not supported: TensorArrayV3". I use ncsdk-2.05.00.02. How to solve this problem?

0 Kudos
1 Reply
idata
Employee
419 Views

@dimm84 The NCSDK don't have support for this op yet, but thank you for bringing this to our attention. At the moment, the model you are using won't be able to run on the NCSDK. You can try using OpenVINO with the NCS and see if it works. Link to OpenVINO: https://software.intel.com/en-us/openvino-toolkit

0 Kudos
Reply