DropEdge:这是Pytorch的实现文件

时间:2024-05-24 12:20:43
【文件属性】:

文件名称:DropEdge:这是Pytorch的实现文件

文件大小:5.1MB

文件格式:ZIP

更新时间:2024-05-24 12:20:43

Python

DropEdge:关于节点分类的深图卷积网络 这是Pytorch的实现文件:DropEdge:关于节点分类的深图卷积网络 要求 的Python 3.6.2 对于其他软件包,请参考requirements.txt。 用法 运行演示: sh run.sh 所有具有Cora,Citeseer和Pubmed参数的不同模型的scripts都位于scripts文件夹中。 您可以通过以下方式重现结果: pip install -r requirements.txt sh scripts/supervised/cora_IncepGCN.sh 数据 数据格式与相同。 我们提供了三个基准数据集作为示例(请参见data文件夹)。 我们使用提供的公共数据集拆分。 半监督设置严格遵循 ,而全监督设置严格遵循和 。 基准结果 有关表中主干的详细信息,请参阅本文的附录B.2。 所有结果均在GPU(CUDA版本


【文件预览】:
DropEdge-master
----data()
--------ind.cora.test.index(5KB)
--------ind.pubmed.x(23KB)
--------ind.citeseer.allx(581KB)
--------ind.citeseer.tx(254KB)
--------ind.citeseer.x(30KB)
--------ind.pubmed.y(854B)
--------ind.pubmed.tx(396KB)
--------ind.pubmed.graph(461KB)
--------ind.pubmed.ty(12KB)
--------ind.citeseer.y(3KB)
--------ind.cora.graph(58KB)
--------ind.pubmed.test.index(6KB)
--------ind.cora.ally(47KB)
--------ind.cora.x(22KB)
--------ind.citeseer.graph(61KB)
--------ind.cora.ty(27KB)
--------ind.citeseer.test.index(5KB)
--------ind.cora.allx(251KB)
--------ind.citeseer.ally(54KB)
--------ind.pubmed.ally(219KB)
--------ind.citeseer.ty(24KB)
--------ind.pubmed.allx(7.23MB)
--------ind.cora.y(4KB)
--------ind.cora.tx(145KB)
----LICENSE(1KB)
----src()
--------normalization.py(4KB)
--------models.py(6KB)
--------utils.py(7KB)
--------sample.py(7KB)
--------metric.py(997B)
--------train_new.py(12KB)
--------__init__.py(72B)
--------layers.py(18KB)
--------earlystopping.py(2KB)
----requirements.txt(424B)
----run.sh(53B)
----.gitignore(1KB)
----README.md(9KB)
----script()
--------pubmed_JKNet.sh(411B)
--------cora_JKNet_nodrop.sh(389B)
--------pubmed_GCN_nodrop.sh(408B)
--------supervised()
--------citeseer_GCN.sh(414B)
--------pubmed_IncepGCN_nodrop.sh(414B)
--------cora_JKNet.sh(391B)
--------citeseer_IncepGCN.sh(410B)
--------semi-supervised()
--------pubmed_JKNet_nodrop.sh(409B)
--------cora_GCN.sh(390B)
--------cora_IncepGCN.sh(393B)
--------pubmed_GCN.sh(410B)
--------cora_GCN_nodrop.sh(388B)
--------pubmed_IncepGCN.sh(416B)
--------citeseer_GCN_nodrop.sh(411B)
--------cora_IncepGCN_nodrop.sh(390B)
--------citeseer_IncepGCN_nodrop.sh(408B)
--------citeseer_JKNet.sh(403B)
--------citeseer_JKNet_nodrop.sh(401B)

网友评论