init commit
Showing
docs/Makefile
0 → 100644
docs/markdown2rst.py
0 → 100644
此差异已折叠。
docs/requirements.txt
0 → 100644
150.9 KB
137.4 KB
500.2 KB
456.4 KB
docs/source/api/modules.rst
0 → 100644
docs/source/api/pgl.graph.rst
0 → 100644
docs/source/api/pgl.layers.rst
0 → 100644
docs/source/api/pgl.rst
0 → 100644
docs/source/conf.py
0 → 100644
docs/source/index.rst
0 → 100644
docs/source/instruction.rst
0 → 100644
docs/source/introduction.rst
0 → 100644
docs/source/md/introduction.md
0 → 100644
docs/source/md/quick_start.md
0 → 100644
docs/source/team.rst
0 → 100644
examples/gat/README.md
0 → 100644
examples/gat/train.py
0 → 100644
examples/gcn/README.md
0 → 100644
examples/gcn/train.py
0 → 100644
examples/graphsage/README.md
0 → 100644
examples/graphsage/data/README.md
0 → 100644
examples/graphsage/model.py
0 → 100644
examples/graphsage/reader.py
0 → 100644
examples/graphsage/train.py
0 → 100644
examples/node2vec/README.md
0 → 100644
examples/node2vec/link_predict.py
0 → 100644
examples/node2vec/multi_class.py
0 → 100644
examples/node2vec/node2vec.py
0 → 100644
examples/static_gat/README.md
0 → 100644
examples/static_gat/train.py
0 → 100644
examples/static_gcn/README.md
0 → 100644
examples/static_gcn/train.py
0 → 100644
pgl/.gitignore
0 → 100644
pgl/README
0 → 100644
pgl/__init__.py
0 → 100644
pgl/data/BlogCatalog/edges.csv
0 → 100644
此差异已折叠。
此差异已折叠。
pgl/data/BlogCatalog/groups.csv
0 → 100644
pgl/data/BlogCatalog/nodes.csv
0 → 100644
此差异已折叠。
pgl/data/arXiv/ca-AstroPh.txt
0 → 100644
此差异已折叠。
文件已添加
文件已添加
文件已添加
此差异已折叠。
pgl/data/citeseer/ind.citeseer.tx
0 → 100644
文件已添加
pgl/data/citeseer/ind.citeseer.ty
0 → 100644
文件已添加
pgl/data/citeseer/ind.citeseer.x
0 → 100644
文件已添加
pgl/data/citeseer/ind.citeseer.y
0 → 100644
文件已添加
pgl/data/cora/README
0 → 100644
pgl/data/cora/cora.cites
0 → 100644
此差异已折叠。
pgl/data/cora/cora.content
0 → 100644
此差异已折叠。
pgl/data/pubmed/ind.pubmed.allx
0 → 100644
文件已添加
pgl/data/pubmed/ind.pubmed.ally
0 → 100644
文件已添加
pgl/data/pubmed/ind.pubmed.graph
0 → 100644
文件已添加
此差异已折叠。
pgl/data/pubmed/ind.pubmed.tx
0 → 100644
文件已添加
pgl/data/pubmed/ind.pubmed.ty
0 → 100644
文件已添加
pgl/data/pubmed/ind.pubmed.x
0 → 100644
文件已添加
pgl/data/pubmed/ind.pubmed.y
0 → 100644
文件已添加
pgl/data_loader.py
0 → 100644
pgl/graph.py
0 → 100644
此差异已折叠。
pgl/graph_kernel.pyx
0 → 100644
pgl/graph_wrapper.py
0 → 100644
此差异已折叠。
pgl/layers/__init__.py
0 → 100644
pgl/layers/conv.py
0 → 100644
pgl/tests/graph_test.py
0 → 100644
pgl/tests/import_test.py
0 → 100644
pgl/utils/__init__.py
0 → 100644
pgl/utils/logger.py
0 → 100644
pgl/utils/op.py
0 → 100644
pgl/utils/paddle_helper.py
0 → 100644
此差异已折叠。
requirements.txt
0 → 100644
setup.py
0 → 100755
此差异已折叠。
tutorials/1-Introduction.ipynb
0 → 100644
此差异已折叠。