-
Notifications
You must be signed in to change notification settings - Fork 113
Dataset Download Fail #71
Copy link
Copy link
Open
Description
Hi, thanks for sharing the great work!
I'm trying to run the code for unsupervised TU with NCI1, and the data download has failed.
Downloading http://ls11-www.cs.tu-dortmund.de/people/morris/graphkerneldatasets/NCI1.zip
Traceback (most recent call last):
File "/fs/ess/PCON0023/dzz2023/DD/GraphCL/unsupervised_TU/gsimclr.py", line 163, in <module>
dataset = TUDataset(path, name=DS, aug=args.aug).shuffle()
File "/fs/ess/PCON0023/dzz2023/DD/GraphCL/unsupervised_TU/aug.py", line 71, in __init__
super(TUDataset_aug, self).__init__(root, transform, pre_transform,
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/site-packages/torch_geometric/data/in_memory_dataset.py", line 81, in __init__
super().__init__(root, transform, pre_transform, pre_filter, log,
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/site-packages/torch_geometric/data/dataset.py", line 112, in __init__
self._download()
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/site-packages/torch_geometric/data/dataset.py", line 229, in _download
self.download()
File "/fs/ess/PCON0023/dzz2023/DD/GraphCL/unsupervised_TU/aug.py", line 158, in download
path = download_url('{}/{}.zip'.format(url, self.name), folder)
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/site-packages/torch_geometric/data/download.py", line 47, in download_url
data = urllib.request.urlopen(url, context=context)
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/fs/ess/PCON0023/dzz2023/new_conda/envs/pyg/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
Could you please share the dataset?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels