runtime error
Downloading: "https://github.com/pytorch/vision/zipball/v0.10.0" to /home/user/.cache/torch/hub/v0.10.0.zip Traceback (most recent call last): File "/usr/local/lib/python3.10/http/client.py", line 566, in _get_chunk_left chunk_left = self._read_next_chunk_size() File "/usr/local/lib/python3.10/http/client.py", line 533, in _read_next_chunk_size return int(line, 16) ValueError: invalid literal for int() with base 16: b'' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/http/client.py", line 583, in _read_chunked chunk_left = self._get_chunk_left() File "/usr/local/lib/python3.10/http/client.py", line 568, in _get_chunk_left raise IncompleteRead(b'') http.client.IncompleteRead: IncompleteRead(0 bytes read) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> model = torch.hub.load('pytorch/vision:v0.10.0', 'deeplabv3_resnet50', pretrained=True) File "/home/user/.local/lib/python3.10/site-packages/torch/hub.py", line 555, in load repo_or_dir = _get_cache_or_reload(repo_or_dir, force_reload, trust_repo, "load", File "/home/user/.local/lib/python3.10/site-packages/torch/hub.py", line 230, in _get_cache_or_reload download_url_to_file(url, cached_file, progress=False) File "/home/user/.local/lib/python3.10/site-packages/torch/hub.py", line 633, in download_url_to_file buffer = u.read(8192) File "/usr/local/lib/python3.10/http/client.py", line 460, in read return self._read_chunked(amt) File "/usr/local/lib/python3.10/http/client.py", line 598, in _read_chunked raise IncompleteRead(b''.join(value)) http.client.IncompleteRead: IncompleteRead(1367 bytes read)
Container logs:
Fetching error logs...