You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: