runtime error

from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2023-10-16 18:24:40.985789: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. Segmentation Models: using `tf.keras` framework. 2.16.0-dev20231013 Traceback (most recent call last): File "/home/user/app/app.py", line 45, in <module> model = load_model('MVP_Trans_Unet_model.keras', custom_objects={'dice_loss_plus_5focal_loss': total_loss, 'jaccard_coef': jaccard_coef, 'IOU score' : sm.metrics.IOUScore(threshold=0.9, name="IOU score"), 'Dice Coeficient' : sm.metrics.FScore(threshold=0.6, name="Dice Coeficient")}, compile=False) File "/home/user/.local/lib/python3.10/site-packages/keras/src/saving/saving_api.py", line 254, in load_model return saving_lib.load_model( File "/home/user/.local/lib/python3.10/site-packages/keras/src/saving/saving_lib.py", line 281, in load_model raise e File "/home/user/.local/lib/python3.10/site-packages/keras/src/saving/saving_lib.py", line 269, in load_model _load_state( File "/home/user/.local/lib/python3.10/site-packages/keras/src/saving/saving_lib.py", line 466, in _load_state _load_container_state( File "/home/user/.local/lib/python3.10/site-packages/keras/src/saving/saving_lib.py", line 534, in _load_container_state _load_state( File "/home/user/.local/lib/python3.10/site-packages/keras/src/saving/saving_lib.py", line 435, in _load_state trackable.load_own_variables(weights_store.get(inner_path)) File "/home/user/.local/lib/python3.10/site-packages/keras/src/engine/base_layer.py", line 3531, in load_own_variables raise ValueError( ValueError: Layer 'conv2d_114' expected 2 variables, but received 0 variables during loading. Expected: ['conv2d_114/kernel:0', 'conv2d_114/bias:0']

Container logs:

Fetching error logs...