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.

AttributeError when using mo on tensorflow model

Friedman__Benny
Beginner
1,034 Views

E0617 19:51:23.057114 4490446272 main.py:323] -------------------------------------------------

E0617 19:51:23.057377 4490446272 main.py:324] ----------------- INTERNAL ERROR ----------------

E0617 19:51:23.057512 4490446272 main.py:325] Unexpected exception happened.

E0617 19:51:23.057620 4490446272 main.py:326] Please contact Model Optimizer developers and forward the following information:

E0617 19:51:23.057708 4490446272 main.py:327] module 'tensorflow' has no attribute 'NodeDef'

E0617 19:51:23.059118 4490446272 main.py:328] Traceback (most recent call last):

  File "/opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/mo/main.py", line 312, in main

    return driver(argv)

  File "/opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/mo/main.py", line 259, in driver

    import mo.pipeline.tf as mo_tf

  File "/opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/mo/pipeline/tf.py", line 36, in <module>

    from mo.front.tf.extractor import get_tf_edges, tf_op_extractor, tf_op_extractors

  File "/opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/mo/front/tf/extractor.py", line 29, in <module>

    from mo.front.tf.extractors.native_tf import native_tf_node_extractor

  File "/opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/mo/front/tf/extractors/native_tf.py", line 17, in <module>

    from mo.front.tf.partial_infer.tf import tf_native_tf_node_infer

  File "/opt/intel/openvino_2019.1.144/deployment_tools/model_optimizer/mo/front/tf/partial_infer/tf.py", line 148, in <module>

    is_input: bool = False):

AttributeError: module 'tensorflow' has no attribute 'NodeDef'

 

E0617 19:51:23.059360 4490446272 main.py:329] ---------------- END OF BUG REPORT --------------

E0617 19:51:23.059457 4490446272 main.py:330] -------------------------------------------------

 

If needed, I can provide the pb file.

benny

0 Kudos
10 Replies
Shubha_R_Intel
Employee
1,034 Views

Dear Friedman, Benny,

Yes, please provide the frozen pb file (attach it). Also give me more details about this frozen pb, such as - what kind of model is it ? Did you build it from scratch ? Is it based on an existing Tensorflow model ? Finally, kindly give me the exact mo_tf.py command you used.

Much thanks,

Shubha

0 Kudos
Friedman__Benny
Beginner
1,034 Views

Any progress with this? I have provided the relevant files.

0 Kudos
Shubha_R_Intel
Employee
1,034 Views

Dear Friedman, Benny,

I don't see an attachment ? 

Thanks,

Shubha

0 Kudos
Friedman__Benny
Beginner
1,034 Views

It was sent on June 18 to idz.admin@intel.com. How do you want to get it?

0 Kudos
Shubha_R_Intel
Employee
1,034 Views

Dear Friedman, Benny,

I have PM'd you. Please respond to  the PM with your attachment.

Thanks,

Shubha

0 Kudos
Friedman__Benny
Beginner
1,034 Views

Sent the response again.

Hope you got it.

benny

0 Kudos
Shubha_R_Intel
Employee
1,034 Views

Dear Friedman, Benny,

Nope. This is strange. I have not received it. Can you per chance attach it to this forum ticket as a *.zip file ?

Thanks,

Shubha

 

0 Kudos
Friedman__Benny
Beginner
1,034 Views

I attach the .pb file zipped here.

0 Kudos
Shubha_R_Intel
Employee
1,034 Views

Dearest Friedman, Benny,

OK. Thanks for your attachment. I will try to run Model Optimizer on it but can you kindly try it on the latest OpenVino R2 release ?

We just released OpenVino 2019R2 today. Can you install it and try it ? Also what Model Optimizer Command did you use ? What kind of Tensorflow Model is it ? Did you build this model from scratch ? 

Please try the latest release and report your findings here.

Thanks !

Shubha

 

0 Kudos
Friedman__Benny
Beginner
1,034 Views

That did it.

I no longer see the errors I did.

It still did not succeed, but now the errors are different.

I will try to overcome the new errors, and if needed, I'll open another ticket.

Thank you Shubha!

benny

0 Kudos
Reply