runtime error
2023-06-17 02:38:06.068221: I tensorflow/core/util/util.cc:169] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-06-17 02:38:06.071869: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /home/user/.local/lib/python3.10/site-packages/cv2/../../lib64: 2023-06-17 02:38:06.071887: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. Segmentation Models: using `keras` framework. Traceback (most recent call last): File "/home/user/app/app.py", line 21, in <module> saved_model=load_model("satellite-imagery.h5",custom_objects=({'focal_loss_plus_1dice_loss':total_loss,'jaccardcoeff':jaccardcoeff})) ### put name recieved from model.loss.name File "/home/user/.local/lib/python3.10/site-packages/keras/utils/traceback_utils.py", line 67, in error_handler raise e.with_traceback(filtered_tb) from None File "/home/user/.local/lib/python3.10/site-packages/keras/saving/save.py", line 206, in load_model raise IOError(f'No file or directory found at {filepath_str}') OSError: No file or directory found at satellite-imagery.h5
Container logs:
Fetching error logs...