areusch opened a new issue, #11514:
URL: https://github.com/apache/tvm/issues/11514

   from 
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3411/pipeline
   
   ```
   /workspace/gallery/how_to/compile_models/from_oneflow.py failed leaving 
traceback:
   Traceback (most recent call last):
     File "/usr/local/lib/python3.7/dist-packages/sphinx_gallery/gen_rst.py", 
line 480, in _memory_usage
       out = func()
     File "/usr/local/lib/python3.7/dist-packages/sphinx_gallery/gen_rst.py", 
line 465, in __call__
       exec(self.code, self.globals)
     File "/workspace/gallery/how_to/compile_models/from_oneflow.py", line 56, 
in <module>
       model = getattr(flowvision.models, model_name)(pretrained=True)
     File "/usr/local/lib/python3.7/dist-packages/flowvision/models/resnet.py", 
line 332, in resnet18
       return _resnet("resnet18", BasicBlock, [2, 2, 2, 2], pretrained, 
progress, **kwargs)
     File "/usr/local/lib/python3.7/dist-packages/flowvision/models/resnet.py", 
line 307, in _resnet
       state_dict = load_state_dict_from_url(model_urls[arch], 
progress=progress)
     File "/usr/local/lib/python3.7/dist-packages/flowvision/models/utils.py", 
line 143, in load_state_dict_from_url
       download_url_to_file(url, cached_file, hash_prefix, progress=progress)
     File "/usr/local/lib/python3.7/dist-packages/flowvision/models/utils.py", 
line 170, in download_url_to_file
       u = urlopen(req)
     File "/usr/lib/python3.7/urllib/request.py", line 222, in urlopen
       return opener.open(url, data, timeout)
     File "/usr/lib/python3.7/urllib/request.py", line 525, in open
       response = self._open(req, data)
     File "/usr/lib/python3.7/urllib/request.py", line 543, in _open
       '_open', req)
     File "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain
       result = func(*args)
     File "/usr/lib/python3.7/urllib/request.py", line 1367, in https_open
       context=self._context, check_hostname=self._check_hostname)
     File "/usr/lib/python3.7/urllib/request.py", line 1326, in do_open
       raise URLError(err)
   urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to