worked static full graph training
parents
Showing
.gitignore
0 → 100644
cora.py
0 → 100644
starrygl/core/__init__.py
0 → 100644
starrygl/core/a2a.py
0 → 100644
starrygl/core/gather.py
0 → 100644
starrygl/core/route.py
0 → 100644
This diff is collapsed.
Click to expand it.
starrygl/graph/__init__.py
0 → 100644
starrygl/graph/distgraph.py
0 → 100644
starrygl/graph/edata.py
0 → 100644
starrygl/graph/ndata.py
0 → 100644
starrygl/graph/utils.py
0 → 100644
starrygl/nn/__init__.py
0 → 100644
starrygl/nn/basic_gnn.py
0 → 100644
starrygl/nn/convs/__init__.py
0 → 100644
starrygl/nn/convs/gat_conv.py
0 → 100644
starrygl/nn/convs/gcn_conv.py
0 → 100644
starrygl/nn/convs/gin_conv.py
0 → 100644
starrygl/nn/parallel.py
0 → 100644
starrygl/utils/__init__.py
0 → 100644
starrygl/utils/functional.py
0 → 100644
starrygl/utils/metrics.py
0 → 100644
starrygl/utils/partition.py
0 → 100644
starrygl/utils/printer.py
0 → 100644
train.py
0 → 100644
Please
register
or
sign in
to comment