custom-op icon indicating copy to clipboard operation
custom-op copied to clipboard

Error while importing the image_augmentation_library.

Open Afzal786 opened this issue 5 years ago • 1 comments

Not able to find augmentation_ops.so files

Afzal786 avatar Jun 25 '20 05:06 Afzal786

/content/custom-op/multidim_image_augmentation/python/ops /content/custom-op/multidim_image_augmentation/python/ops/_augmentation_ops.so

NotFoundError Traceback (most recent call last) in () ----> 1 import multidim_image_augmentation

2 frames /usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/load_library.py in load_op_library(library_filename) 56 RuntimeError: when unable to load the library or get the python wrappers. 57 """ ---> 58 lib_handle = py_tf.TF_LoadLibrary(library_filename) 59 try: 60 wrappers = _pywrap_python_op_gen.GetPythonWrappers(

NotFoundError: /content/custom-op/multidim_image_augmentation/python/ops/_augmentation_ops.so: cannot open shared object file: No such file or directory

Can anyone tell me why I am getting this error...

Afzal786 avatar Jun 25 '20 08:06 Afzal786