如果顺利的话,应该只需要执行类似这样的代码即可在对应根目录位置下载数据集: from torch_geometric.datasets import Planetoiddataset = Planetoid(root='./tmp/cora', name='Cora') Planetoid文档:https://pytorch-geometric.readthedocs.io/en/latest/modules/datasets.html#torch_geometric.datasets.Planetoid 在planet...
Planetoid超时 最近在学习pyG 的过程,今天遇到了Planetoid中Cora数据下载失败的问题,就记录一下。 fromtorch_geometric.datasetsimportPlanetoid dataset=Planetoid(root='/tmp/Cora', name='Cora') 解决办法: 下载https://github.com/kimiyoung/planetoid中的data中的内容,并将其拷贝到/tmp/Cora/raw,问题解决...
二、第二种错误类型,手动添加Cora数据集到工程文件中,如果大家直接将Cora数据集全部复制粘贴到新的data中,会出现“RuntimeError: The ‘data’ object was created by an olderversionof PyG. If this error occurred while loading an already existing dataset, remove the ‘processed/’ directory in the datase...
Datasets for Citeseet, Cora, and Pubmed are available in the directorydata, in a preprocessed format stored as numpy/scipy files. The dataset for DIEL is available athttp://www.cs.cmu.edu/~lbing/data/emnlp-15-diel/emnlp-15-diel.tar.gz. We also provide a much more succinct version of...
Datasets for Citeseet, Cora, and Pubmed are available in the directorydata, in a preprocessed format stored as numpy/scipy files. The dataset for DIEL is available athttp://www.cs.cmu.edu/~lbing/data/emnlp-15-diel/emnlp-15-diel.tar.gz. We also provide a much more succinct version of...