tensorflow / custom-op

Guide for building custom op for TensorFlow
Apache License 2.0
377 stars 115 forks source link

Error while importing the image_augmentation_library. #64

Open Afzal786 opened 4 years ago

Afzal786 commented 4 years ago

Not able to find augmentation_ops.so files

Afzal786 commented 4 years ago

/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...