为什么我按照提示下载数据集后 还是会报同样的错误呢?
Downloading data from https://s3.amazonaws.com/img-datasets/mnist.npz
---------------------------------------------------------------------------
SSLError Traceback (most recent call last)
/usr/local/Cellar/python/3.6.5_1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py in do_open(self, http_class, req, **http_conn_args)
1317 h.request(req.get_method(), req.selector, req.data, headers,
-> 1318 encode_chunked=req.has_header('Transfer-encoding'))
1319 except OSError as err: # timeout error
。。。。
展开
作者回复: 从报错来看是连接超时,你的网络环境能访问到 AWS S3 吗?