runtime error
Exit code: 1. Reason: 18_Weights.IMAGENET1K_V1`. You can also use `weights=ResNet18_Weights.DEFAULT` to get the most up-to-date weights. warnings.warn(msg) Downloading: "https://download.pytorch.org/models/resnet18-f37072fd.pth" to /root/.cache/torch/hub/checkpoints/resnet18-f37072fd.pth 0%| | 0.00/44.7M [00:00<?, ?B/s][A 100%|██████████| 44.7M/44.7M [00:00<00:00, 377MB/s] config.json: 0%| | 0.00/715 [00:00<?, ?B/s][A config.json: 100%|██████████| 715/715 [00:00<00:00, 4.14MB/s] pytorch_model.bin: 0%| | 0.00/437M [00:00<?, ?B/s][A pytorch_model.bin: 23%|██▎ | 101M/437M [00:01<00:03, 98.9MB/s][A pytorch_model.bin: 100%|██████████| 437M/437M [00:01<00:00, 370MB/s] model.safetensors: 0%| | 0.00/436M [00:00<?, ?B/s][ASome weights of RobertaModel were not initialized from the model checkpoint at jcblaise/roberta-tagalog-base and are newly initialized: ['pooler.dense.bias', 'pooler.dense.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/app/app.py", line 8, in <module> from test_mode import run_inference File "/app/test_mode.py", line 301, in <module> model.load_state_dict(torch.load(MODEL_PATH, map_location=device)) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1484, in load with _open_file_like(f, "rb") as opened_file: File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 759, in _open_file_like return _open_file(name_or_buffer, mode) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 740, in __init__ super().__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: '/app/best_multimodal_v3.pth' model.safetensors: 54%|█████▍ | 235M/436M [00:01<00:00, 225MB/s][A model.safetensors: 100%|██████████| 436M/436M [00:01<00:00, 316MB/s]
Container logs:
Fetching error logs...