Merge branch 'master' into hzq
Showing
.gitattributes
0 → 100644
config/DyRep.yml
0 → 100644
config/JODIE.yml
0 → 100644
config/TGAT.yml
0 → 100644
config/TIGE.yml
0 → 100644
csrc/sampler/include/tppr.h
0 → 100644
demo_dtdg.py
0 → 100644
docs/source/advanced/data_proc.rst
0 → 100644
docs/source/advanced/pp_training.rst
0 → 100644
docs/source/advanced/tp_training.rst
0 → 100644
docs/source/advanced/ts_sampling.rst
0 → 100644
docs/source/api/python/cache.rst
0 → 100644
docs/source/api/python/graph_core.rst
0 → 100644
... | @@ -3,7 +3,7 @@ torch==2.1.1+cu118 | ... | @@ -3,7 +3,7 @@ torch==2.1.1+cu118 |
torchvision==0.16.1+cu118 | torchvision==0.16.1+cu118 | ||
torchaudio==2.1.1+cu118 | torchaudio==2.1.1+cu118 | ||
--extra-index-url https://data.pyg.org/whl/torch-2.1.0+cu118.html | --find-links https://data.pyg.org/whl/torch-2.1.0+cu118.html | ||
torch_geometric==2.4.0 | torch_geometric==2.4.0 | ||
pyg_lib==0.3.1+pt21cu118 | pyg_lib==0.3.1+pt21cu118 | ||
torch_scatter==2.1.2+pt21cu118 | torch_scatter==2.1.2+pt21cu118 | ||
... | @@ -11,6 +11,12 @@ torch_sparse==0.6.18+pt21cu118 | ... | @@ -11,6 +11,12 @@ torch_sparse==0.6.18+pt21cu118 |
torch_cluster==1.6.3+pt21cu118 | torch_cluster==1.6.3+pt21cu118 | ||
torch_spline_conv==1.2.2+pt21cu118 | torch_spline_conv==1.2.2+pt21cu118 | ||
--find-links https://data.dgl.ai/wheels/cu118/repo.html | |||
dgl==1.1.3+cu118 | |||
--find-links https://data.dgl.ai/wheels-test/repo.html | |||
dglgo==0.0.2 | |||
ogb | ogb | ||
tqdm | tqdm | ||
networkx | networkx | ||
\ No newline at end of file |
starrygl/evaluation/evaluate.py
0 → 100644
starrygl/nn/emma.py
deleted
100644 → 0
Please
register
or
sign in
to comment