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.
6573 Discussions

[Error 5] Toolkit Error: Stage Details Not Supported: Square

idata
Employee
1,337 Views

Hi,

 

I am trying to compile my own version of ResNet 50. However, the compilation fails with the following error.

 

/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead

 

if d.decorator_argspec is not None), _inspect.getargspec(target))

 

2017-11-16 10:59:32.571711: E tensorflow/core/common_runtime/executor.cc:644] Executor failed to create kernel. Unimplemented: Op Inv is not available in GraphDef version 24. It has been removed in version 17. Use Reciprocal.

 

[[Node: unit_1_0/common_bn_relu/init_bn/moments/moments_1/divisor = Inv[T=DT_FLOAT, _device="/job:localhost/replica:0/task:0/cpu:0"](unit_1_0/common_bn_relu/init_bn/moments/moments/Const, ^unit_1_0/common_bn_relu/init_bn/moments/moments/mean_ss, ^unit_1_0/common_bn_relu/init_bn/moments/moments/var_ss)]]

 

2017-11-16 10:59:32.579459: E tensorflow/core/common_runtime/executor.cc:644] Executor failed to create kernel. Unimplemented: Op Inv is not available in GraphDef version 24. It has been removed in version 17. Use Reciprocal.

 

[[Node: unit_1_0/common_bn_relu/init_bn/moments/moments_1/divisor = Inv[T=DT_FLOAT, _device="/job:localhost/replica:0/task:0/cpu:0"](unit_1_0/common_bn_relu/init_bn/moments/moments/Const, ^unit_1_0/common_bn_relu/init_bn/moments/moments/mean_ss, ^unit_1_0/common_bn_relu/init_bn/moments/moments/var_ss)]]

 

[Error 5] Toolkit Error: Stage Details Not Supported: Square

 

I am using Ubuntu 16 on a virtual box and the tensorflow version is 1.3. All examples compiled without any issues for me. Any help would be appreciated.

0 Kudos
3 Replies
idata
Employee
1,057 Views

@prady Please try this with the latest SDK (1.11) and let me know if this fixes your issue. Thanks.

0 Kudos
idata
Employee
1,057 Views

hi, I installed the latest version of SDK(1.12), but I also come across the problem.

 

Have you solved it?
0 Kudos
idata
Employee
1,057 Views

@DongDong Can you provide your network so that we can reproduce the issue and debug the cause? Thanks.

0 Kudos
Reply