runtime error
Exit code: 1. Reason: human_or_robot_model.pkl: 0%| | 0.00/47.0M [00:00<?, ?B/s][A human_or_robot_model.pkl: 100%|██████████| 47.0M/47.0M [00:00<00:00, 55.0MB/s] /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 "/app/app.py", line 19, in <module> learn = load_learner(hf_model) File "/usr/local/lib/python3.10/site-packages/fastai/learner.py", line 465, in load_learner res.dls.cpu() UnboundLocalError: local variable 'res' referenced before assignment
Container logs:
Fetching error logs...