FighterLYL / GraphNeuralNetwork

《深入浅出图神经网络:GNN原理解析》配套代码
1.7k stars 457 forks source link

请问这个数据集您还有存档嘛 #36

Closed WangYibucea closed 4 years ago

WangYibucea commented 4 years ago

我登录https://raw.githubusercontent.com/kimiyoung/planetoid/master/data这个网站不能直接下载数据。代码按您的粘过来报错如下:

Traceback (most recent call last):

File "D:\练习\learning\GCN_KEY.py", line 257, in dataset = CoraData().data

File "D:\练习\learning\GCN_KEY.py", line 70, in init self.maybe_download()

File "D:\练习\learning\GCN_KEY.py", line 122, in maybe_download "{}/{}".format(self.download_url, name), save_path)

File "D:\练习\learning\GCN_KEY.py", line 157, in download_data data = urllib.request.urlopen(url)

File "D:\anaconda3\lib\urllib\request.py", line 222, in urlopen return opener.open(url, data, timeout)

File "D:\anaconda3\lib\urllib\request.py", line 525, in open response = self._open(req, data)

File "D:\anaconda3\lib\urllib\request.py", line 543, in _open '_open', req)

File "D:\anaconda3\lib\urllib\request.py", line 503, in _call_chain result = func(*args)

File "D:\anaconda3\lib\urllib\request.py", line 1362, in https_open context=self._context, check_hostname=self._check_hostname)

File "D:\anaconda3\lib\urllib\request.py", line 1321, in do_open raise URLError(err)

URLError: <urlopen error [Errno 11004] getaddrinfo failed>

FighterLYL commented 4 years ago

请参考这个问题 #17

WangYibucea commented 4 years ago

非常感谢

------------------ 原始邮件 ------------------ 发件人: "FighterLYL"<notifications@github.com>; 发送时间: 2020年5月25日(星期一) 晚上10:15 收件人: "FighterLYL/GraphNeuralNetwork"<GraphNeuralNetwork@noreply.github.com>; 抄送: "Mr.Pro"<1207918198@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [FighterLYL/GraphNeuralNetwork] 请问这个数据集您还有存档嘛 (#36)

请参考这个问题 #17

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.