Skip to content

Not compatible with tf >=2.0 #10

@edosedgar

Description

@edosedgar

There is a problem with importing tf OP in tensorflow/__init__py in the following line:

TF_LIB = _load_library('tf_lib' + get_ext_suffix(), ['DecodeJpeg2dct'])

First of all, in _load_libary the operation "library.OP_LIST.op:" could not be run, because shared library does not have OP_LIST, but has DecodeJpeg2dct in symbol data.

I tried to comment out this line, but while running I faced a new problem, the operation DecodeJpeg2dct could not be seen in a graph.

Is there any way to work it out?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions