Граф коммитов

77 Коммитов

Автор SHA1 Сообщение Дата
Mufan Qiu ac154fe425
add missing train_cli.sh (fix #185) (#193) 2024-05-28 14:22:34 +08:00
rkakamilan 343f14b283
fix typo (#188) 2024-05-28 14:03:08 +08:00
Yu Shi 5e62370957 update submodules 2024-04-03 08:19:32 +00:00
shiyu1994 4e07de2d34
Update .gitmodules 2024-04-03 16:08:29 +08:00
shiyu1994 10beca9231
Update SAS 2024-04-03 16:04:18 +08:00
Jiyan He 5c2e3e69c6
Add distributional graphormer (https://arxiv.org/abs/2306.05445) 2024-04-03 15:58:35 +08:00
shiyu1994 4ef5d03b71
Create codeql.yml (#181) 2024-03-28 23:05:23 +08:00
Shuxin Zheng 59a6011caf
Update README.md (#176) 2023-12-01 14:19:32 +08:00
Shuxin Zheng 9309f02d64
Update README.md (#175) 2023-11-27 09:57:56 +08:00
xushaoyong 77f436db46
Update graph_prediction.py (#132)
Fix parameter name error, From Issue: https://github.com/microsoft/Graphormer/issues/131
2022-08-12 13:35:28 +08:00
MavisGuan b8ef0317f4
fix pretrained model path & param name (#134) 2022-08-12 13:35:02 +08:00
Shuxin Zheng bdbbe6613a
Update README.md 2022-06-22 18:52:59 +08:00
shiyu1994 8a5c141200
fix bug in shortest path (#121) 2022-06-15 20:46:18 +08:00
jndean 567c8e07aa
Bugfix: Stop Floyd-Warshall algorithm dropping node 0 from paths (#119) 2022-06-08 21:24:27 +08:00
dreaming-panda 2b0b9a7a7e
fix bootstrap lock (#114) 2022-04-25 22:04:16 +08:00
Shuxin Zheng 2e48f3fb52
Update install.sh 2022-03-17 17:20:17 +08:00
shiyu1994 5139627f7d
add preln and fix hiv script (#96) 2022-03-11 15:42:58 +08:00
Shuxin Zheng 3b06c7e2fe
Update README.md 2022-03-10 19:53:45 +08:00
Shuxin Zheng 200256ed4d
Update README.md 2022-03-10 17:06:57 +08:00
Shuxin Zheng 343e1bc169
Update README.md 2022-03-10 17:06:28 +08:00
Shuxin Zheng fb0bbfcf90
Update README.md 2022-03-10 17:05:48 +08:00
Shuxin Zheng ea19ee2dde
Update README.md 2022-03-10 17:04:53 +08:00
shiyu1994 19967a1dfb
replace RBF with GBF (#91) 2022-02-28 23:15:33 +08:00
shiyu1994 769567c787
Fix Graphormer Large Architecture (#83) 2022-01-08 00:41:21 +08:00
Shuxin Zheng 9578d1b2ad
Update graphormer.py 2022-01-05 19:58:36 +08:00
shiyu1994 0f3ccf8031
Remove optimizer history from pretrained model checkpoints (#81) 2022-01-05 11:12:07 +08:00
YouJiacheng 01a9bd8ec0
Add OC20 IS2RE pretrain checkpoint (#79) 2022-01-05 10:28:06 +08:00
shiyu1994 3de5d51cd5
Fix seed and split of customized datasets (#76) 2021-12-30 11:05:25 +08:00
shiyu1994 46b38748c5
Recover customized dataset (#68) 2021-12-28 23:35:15 +08:00
volltin 774be627b6
Add epoch shuffle option (#67) 2021-12-28 18:14:59 +08:00
volltin 49286ac809
Fix shebang (#62) 2021-12-24 14:53:52 +08:00
shiyu1994 6f8209931a
Update Parameters.rst for tasks and criterions (#61)
* update Parameters.rst

add multiclass_cross_entropy
2021-12-24 11:24:25 +08:00
Shuxin Zheng ff2c9e6a8b
Revert "change doc logo (#58)" (#59)
This reverts commit ffc6aa48c9.
2021-12-23 19:46:32 +08:00
Shuxin Zheng ffc6aa48c9
change doc logo (#58) 2021-12-23 19:20:17 +08:00
shiyu1994 b9f5c183f3
Fix evaluation script (#57)
* fix evaluate script

* remove useless scripts
2021-12-23 19:15:35 +08:00
shiyu1994 f7c322113e
Revert "Update Documentation Version to 2.0.0 (#55)" (#56)
This reverts commit 14841c835f.
2021-12-23 14:13:05 +08:00
shiyu1994 14841c835f
Update Documentation Version to 2.0.0 (#55) 2021-12-23 14:06:59 +08:00
shiyu1994 5bd9bb305a
Fix Datasets.rst (#54)
* Rename .readthedocs.yml to .readthedocs.yaml

* fix Datasets.rst
2021-12-23 13:29:35 +08:00
shiyu1994 a7fb45ca48
Rename .readthedocs.yml to .readthedocs.yaml (#53) 2021-12-23 12:22:41 +08:00
Yu Shi e1a176f003 fix installation
fix pyg
2021-12-23 03:56:24 +00:00
Shuxin Zheng 377cf71789
Update README.md 2021-12-23 02:53:17 +08:00
shiyu1994 9fa61b9417
init v2 (#51) 2021-12-23 02:51:41 +08:00
Shuxin Zheng 1fdec9ab3d
Merge branch 'v1.0' into main 2021-12-22 14:47:23 +08:00
Shuxin Zheng 0ad03f7bb3
Update README.md 2021-12-11 20:06:36 +08:00
Shuxin Zheng 2a37815924
Update README.md (#46) 2021-12-11 04:55:49 +08:00
Shuxin Zheng 5b85c189dc
Update README.md 2021-12-11 04:52:40 +08:00
Shuxin Zheng 4f8178badd
Update README.md 2021-12-11 04:40:55 +08:00
Shuxin Zheng 740e6ff09a
Update README.md 2021-11-12 09:33:35 +08:00
Shuxin Zheng 0edd918ab7
Update README.md (#24) 2021-10-02 00:33:59 +08:00
Shuxin Zheng 2d657aadad
Update README.md 2021-10-02 00:29:24 +08:00