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

Does OpenVINO support the TensorDot in the TensorFlow?

zhe__pang
Beginner
285 Views

I try to use the optimizer to generate IR but got the following ERROR

[ ERROR ]  Unexpected exception happened during extracting attributes for node fclayer10/Tensordot/Prod_1.
Original exception message: 19

 

TensorFlow Version: 1.11.0

Model Optimizer version:     2019.1.0-341-gc9b66a2

0 Kudos
1 Reply
Shubha_R_Intel
Employee
285 Views

Dear zhe, pang,

The OpenVino Supported Layers Doc does not mention TensorDot. But your error message seems suspicious:

[ ERROR ]  Unexpected exception happened during extracting attributes for node fclayer10/Tensordot/Prod_1.
Original exception message: 19

Usually "Original Exception message" means that Model Optimizer is merely reporting an exception, rather than throwing the exception itself. 

Can you kindly tell me more about your model ? Where are you getting this model, or is it one you've constructed from scratch ? Also, what mo_tf.py command are you using ? Finally, I hope you are using OpenVino 2019R2, which was just recently released.

Thanks,

Shubha

 

0 Kudos
Reply