runtime error
Exit code: 1. Reason: 2025-02-04 12:20:49.819950: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 AVX512F AVX512_VNNI FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. 2025-02-04 12:20:49.893659: 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`. Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> yolo_model = YOLO('yolov5s.pt') # You can change to 'yolov5m.pt', 'yolov5l.pt', etc. File "/usr/local/lib/python3.10/site-packages/ultralytics/yolo/engine/model.py", line 55, in __init__ {'.pt': self._load, '.yaml': self._new}[Path(model).suffix](model) File "/usr/local/lib/python3.10/site-packages/ultralytics/yolo/engine/model.py", line 83, in _load self.model, self.ckpt = attempt_load_one_weight(weights) File "/usr/local/lib/python3.10/site-packages/ultralytics/nn/tasks.py", line 341, in attempt_load_one_weight ckpt = torch.load(attempt_download(weight), map_location='cpu') # load File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 699, in load with _open_file_like(f, 'rb') as opened_file: File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 231, in _open_file_like return _open_file(name_or_buffer, mode) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 212, in __init__ super(_open_file, self).__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'yolov5s.pt'
Container logs:
Fetching error logs...