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.

Can't permute attrs for node error

Sandhiya_S_Intel
Employee
1,090 Views

I am trying to run an Object detection workload using Openvino R3. While trying to generate IR files using mo_tf.py, I am getting the following error:
 

raise Error('Can\'t permute attrs for node {}. Error message: {}'.format(node.id, e)) 

mo.utils.error.Error: Can't permute attrs for node pool4/MaxPool. Error message: 0

Please help.

0 Kudos
4 Replies
JAIVIN_J_Intel
Employee
1,090 Views

Hi Sandhiya,

Could you please answer the below questions:

  • What type of model are you using? Is it a public model or custom-trained model?
  • Which version of Tensorflow are you using? 
  • Can you mention the command used to convert the TF model using model optimizer?

Regards,

Jaivin

0 Kudos
Sandhiya_S_Intel
Employee
1,090 Views

Hi Jaivin James,

  • I am using a SSD model
  • TF- 1.12.0
  • ~/intel/openvino/deployment_tools/model_optimizer/mo_tf.py --input_model=MODEL.pb --input_shape [1,300,300,3]

 

Thanks

0 Kudos
HemanthKum_G_Intel
1,090 Views

Hi Sandhiya,

The issue has been reported to the Engineering team. We are working on this issue and related issues of normalization operation. We will report back once it is fixed.

0 Kudos
HemanthKum_G_Intel
1,090 Views

Hi Sandhiya,

The issue is fixed and will be available in the next release of OpenVINO.

0 Kudos
Reply