runtime error
PyTorch/releases/download/1.0/efficientnet-b4-6ed6700e.pth" to /home/user/.cache/torch/hub/checkpoints/efficientnet-b4-6ed6700e.pth 0%| | 0.00/74.4M [00:00<?, ?B/s] 27%|██▋ | 20.0M/74.4M [00:00<00:00, 109MB/s] 47%|████▋ | 34.8M/74.4M [00:00<00:00, 129MB/s] 70%|██████▉ | 52.0M/74.4M [00:00<00:00, 129MB/s] 91%|█████████ | 67.3M/74.4M [00:00<00:00, 139MB/s] 100%|██████████| 74.4M/74.4M [00:00<00:00, 139MB/s] Loaded pretrained weights for efficientnet-b4 Downloading: "https://f002.backblazeb2.com/file/icpr2020/EfficientNetAutoAttB4_DFDC_bestval-72ed969b2a395fffe11a0d5bf0a635e7260ba2588c28683630d97ff7153389fc.pth" to /home/user/.cache/torch/hub/checkpoints/EfficientNetAutoAttB4_DFDC_bestval-72ed969b2a395fffe11a0d5bf0a635e7260ba2588c28683630d97ff7153389fc.pth Traceback (most recent call last): File "app.py", line 46, in <module> net.load_state_dict(load_url(model_url,map_location=device,check_hash=True)) File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 746, in load_state_dict_from_url download_url_to_file(url, cached_file, hash_prefix, progress=progress) File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 611, in download_url_to_file u = urlopen(req) File "/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/usr/local/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/usr/local/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/usr/local/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403:
Container logs:
Fetching error logs...