Dear Antony,
Following are the logs for your failed submission. It seems like the submissions you tried after this one also has the same error:
Stdout
No logs found on stdout
Stderr
2023-09-05T06:31:11.346000+00:00 /opt/conda/lib/python3.10/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead.
2023-09-05T06:31:11.346000+00:00 warnings.warn(
2023-09-05T06:31:11.346000+00:00 /opt/conda/lib/python3.10/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or None
for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing weights=MaskRCNN_ResNet50_FPN_Weights.COCO_V1
. You can also use weights=MaskRCNN_ResNet50_FPN_Weights.DEFAULT
to get the most up-to-date weights.
2023-09-05T06:31:11.346000+00:00 warnings.warn(msg)
2023-09-05T06:31:11.346000+00:00 Downloading: "https://download.pytorch.org/models/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth" to /home/algorithm/.cache/torch/hub/checkpoints/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth
2023-09-05T06:39:56.499000+00:00 Traceback (most recent call last):
2023-09-05T06:39:56.499000+00:00 File "/opt/conda/lib/python3.10/urllib/request.py", line 1348, in do_open
2023-09-05T06:39:56.499000+00:00 h.request(req.get_method(), req.selector, req.data, headers,
2023-09-05T06:39:56.499000+00:00 File "/opt/conda/lib/python3.10/http/client.py", line 1283, in request
2023-09-05T06:39:56.499000+00:00 self._send_request(method, url, body, headers, encode_chunked)
2023-09-05T06:39:56.499000+00:00 File "/opt/conda/lib/python3.10/http/client.py", line 1329, in _send_request
2023-09-05T06:39:56.499000+00:00 self.endheaders(body, encode_chunked=encode_chunked)
2023-09-05T06:39:56.499000+00:00 File "/opt/conda/lib/python3.10/http/client.py", line 1278, in endheaders
2023-09-05T06:39:56.499000+00:00 self._send_output(message_body, encode_chunked=encode_chunked)
2023-09-05T06:39:56.499000+00:00 File "/opt/conda/lib/python3.10/http/client.py", line 1038, in _send_output
2023-09-05T06:39:56.499000+00:00 self.send(msg)
2023-09-05T06:39:56.499000+00:00 File "/opt/conda/lib/python3.10/http/client.py", line 976, in send
2023-09-05T06:39:56.499000+00:00 self.connect()
2023-09-05T06:39:56.499000+00:00 File "/opt/conda/lib/python3.10/http/client.py", line 1448, in connect
2023-09-05T06:39:56.500000+00:00 super().connect()
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/http/client.py", line 942, in connect
2023-09-05T06:39:56.500000+00:00 self.sock = self._create_connection(
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/socket.py", line 845, in create_connection
2023-09-05T06:39:56.500000+00:00 raise err
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/socket.py", line 833, in create_connection
2023-09-05T06:39:56.500000+00:00 sock.connect(sa)
2023-09-05T06:39:56.500000+00:00 OSError: [Errno 99] Cannot assign requested address
2023-09-05T06:39:56.500000+00:00
2023-09-05T06:39:56.500000+00:00 During handling of the above exception, another exception occurred:
2023-09-05T06:39:56.500000+00:00
2023-09-05T06:39:56.500000+00:00 Traceback (most recent call last):
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/runpy.py", line 196, in _run_module_as_main
2023-09-05T06:39:56.500000+00:00 return _run_code(code, main_globals, None,
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/runpy.py", line 86, in _run_code
2023-09-05T06:39:56.500000+00:00 exec(code, run_globals)
2023-09-05T06:39:56.500000+00:00 File "/opt/algorithm/process.py", line 781, in
2023-09-05T06:39:56.500000+00:00 model_1 = maskrcnn_resnet50_fpn(pretrained=True).to(device).eval()
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/site-packages/torchvision/models/_utils.py", line 142, in wrapper
2023-09-05T06:39:56.500000+00:00 return fn(args, kwargs)
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/site-packages/torchvision/models/_utils.py", line 228, in inner_wrapper
2023-09-05T06:39:56.500000+00:00 return builder(args, *kwargs)
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/site-packages/torchvision/models/detection/mask_rcnn.py", line 504, in maskrcnn_resnet50_fpn
2023-09-05T06:39:56.500000+00:00 model.load_state_dict(weights.get_state_dict(progress=progress))
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/site-packages/torchvision/models/_api.py", line 89, in get_state_dict
2023-09-05T06:39:56.500000+00:00 return load_state_dict_from_url(self.url, progress=progress)
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/site-packages/torch/hub.py", line 746, in load_state_dict_from_url
2023-09-05T06:39:56.500000+00:00 download_url_to_file(url, cached_file, hash_prefix, progress=progress)
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/site-packages/torch/hub.py", line 611, in download_url_to_file
2023-09-05T06:39:56.500000+00:00 u = urlopen(req)
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/urllib/request.py", line 216, in urlopen
2023-09-05T06:39:56.500000+00:00 return opener.open(url, data, timeout)
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/urllib/request.py", line 519, in open
2023-09-05T06:39:56.500000+00:00 response = self._open(req, data)
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/urllib/request.py", line 536, in _open
2023-09-05T06:39:56.500000+00:00 result = self._call_chain(self.handle_open, protocol, protocol +
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/urllib/request.py", line 496, in _call_chain
2023-09-05T06:39:56.500000+00:00 result = func(args)
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/urllib/request.py", line 1391, in https_open
2023-09-05T06:39:56.500000+00:00 return self.do_open(http.client.HTTPSConnection, req,
2023-09-05T06:39:56.500000+00:00 File "/opt/conda/lib/python3.10/urllib/request.py", line 1351, in do_open
2023-09-05T06:39:56.500000+00:00 raise URLError(err)
2023-09-05T06:39:56.500000+00:00 urllib.error.URLError: