runtime error
Exit code: 1. Reason: nment variable `TF_ENABLE_ONEDNN_OPTS=0`. 2025-09-05 17:56:49.687698: I external/local_xla/xla/tsl/cuda/cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. 2025-09-05 17:56:51.019226: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303) Downloading data from https://storage.googleapis.com/keras-applications/efficientnetb0.h5 [1m 0/21834768[0m [37m━━━━━━━━━━━━━━━━━━━━[0m [1m0s[0m 0s/step [1m 6299648/21834768[0m [32m━━━━━[0m[37m━━━━━━━━━━━━━━━[0m [1m0s[0m 0us/step [1m14974976/21834768[0m [32m━━━━━━━━━━━━━[0m[37m━━━━━━━[0m [1m0s[0m 0us/step [1m21834768/21834768[0m [32m━━━━━━━━━━━━━━━━━━━━[0m[37m[0m [1m0s[0m 0us/step Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> model = EfficientNetB0(weights="imagenet", include_top=True, input_shape=(224, 224, 3)) File "/usr/local/lib/python3.10/site-packages/keras/src/applications/efficientnet.py", line 571, in EfficientNetB0 return EfficientNet( File "/usr/local/lib/python3.10/site-packages/keras/src/applications/efficientnet.py", line 434, in EfficientNet model.load_weights(weights_path) File "/usr/local/lib/python3.10/site-packages/keras/src/utils/traceback_utils.py", line 122, in error_handler raise e.with_traceback(filtered_tb) from None File "/usr/local/lib/python3.10/site-packages/keras/src/legacy/saving/legacy_h5_format.py", line 452, in _set_weights raise ValueError( ValueError: Shape mismatch in layer #1 (named stem_conv)for weight stem_conv/kernel. Weight expects shape (3, 3, 1, 32). Received saved weight with shape (3, 3, 3, 32)
Container logs:
Fetching error logs...