runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/fastai/learner.py:455: UserWarning: load_learner` uses Python's insecure pickle module, which can execute malicious arbitrary code when loading. Only load files you trust. If you only need to load model weights and optimizer state, use the safe `Learner.load` instead. warn("load_learner` uses Python's insecure pickle module, which can execute malicious arbitrary code when loading. Only load files you trust.\nIf you only need to load model weights and optimizer state, use the safe `Learner.load` instead.") Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> learn = load_learner('resnet18_0.pkl') File "/usr/local/lib/python3.10/site-packages/fastai/learner.py", line 457, in load_learner res = torch.load(fname, map_location=map_loc, pickle_module=pickle_module, **load_kwargs) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1479, 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: 'resnet18_0.pkl'
Container logs:
Fetching error logs...