Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with tf >=2.0 #10

Open
edosedgar opened this issue Apr 29, 2020 · 0 comments
Open

Not compatible with tf >=2.0 #10

edosedgar opened this issue Apr 29, 2020 · 0 comments

Comments

@edosedgar
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant