custom-op
custom-op copied to clipboard
Error while importing the image_augmentation_library.
Not able to find augmentation_ops.so files
/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)
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...