- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@prady Please try this with the latest SDK (1.11) and let me know if this fixes your issue. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi, I installed the latest version of SDK(1.12), but I also come across the problem.
Have you solved it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@DongDong Can you provide your network so that we can reproduce the issue and debug the cause? Thanks.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page