Skip to content

tensorflow c++ Not found: Op type not registered 'ImageProjectiveTransformV2' #35177

@anhtu812

Description

@anhtu812

I run my c++ code, it load file .pb have op tf.contrib.image.transform() and out error:

Not found: Op type not registered 'ImageProjectiveTransformV2' in binary running on mendel. Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) `tf.contrib.resampler` should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.

I use tensorflow 1.14 build from source on ubuntu16.04.
How to build to use op ImageProjectiveTransformV2 ?

Metadata

Metadata

Assignees

Labels

TF 1.14for issues seen with TF 1.14comp:runtimec++ runtime, performance issues (cpu)staleThis label marks the issue/pr stale - to be closed automatically if no activitystat:awaiting responseStatus - Awaiting response from authortype:supportSupport issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions