https://github.com/thudm/cogdl

sort by:
Revision Author Date Message Commit Date
281f474 [Dataset] Update download links of GRB data (#438) 08 November 2023, 09:05:20 UTC
bf094be [Doc] Update v0.6 (#430) 27 April 2023, 10:03:58 UTC
ee62fd0 [Example] Add GraphMAE2 (#429) 24 April 2023, 10:46:11 UTC
ebf7be0 [Example] Add GraphMAE (#428) 23 April 2023, 09:56:56 UTC
d52b271 [Feature] Update UnsupGraphsage (#425) * [Feature] Update UnsupGraphsage 17 April 2023, 08:58:27 UTC
e54f16a [Example] Update GCC result (#409) * fixed flake8 * update parallel * delete test_gcc * update readme * Update .gitignore * fixed RWR * update test_gcc * update code * update resluts Co-authored-by: Yukuo Cen <cenyk1230@qq.com> 09 January 2023, 11:40:26 UTC
4db23d0 [Example] Add BGRL (#408) * update bgrl * adapt to flake8 * update code 09 January 2023, 11:38:56 UTC
367dbd3 [Feature] Add traffic prediction task (#407) Co-authored-by: “Renxs177” <“17782046960@163.com”> 29 December 2022, 08:43:51 UTC
760bcf9 [Example] Update GRB (#406) 25 December 2022, 09:33:59 UTC
5b62c61 [Model] Update GCC model (#392) * fixed flake8 * update parallel * delete test_gcc * update readme * Update .gitignore * fixed RWR * update test_gcc * update code Co-authored-by: Yukuo Cen <cenyk1230@qq.com> 07 December 2022, 10:41:40 UTC
ab37cd1 Update README.md 14 September 2022, 10:35:05 UTC
e4957e9 [BugFix] Fix bugs in oagbert.encode_paper (#385) 03 September 2022, 16:07:16 UTC
c3d23bb [Model] Update GraphSAGE (#384) * [Feature] Small Changes * [Feature] Update Graphsage 02 September 2022, 10:46:55 UTC
4c8737c [Feature] Update KG methods (#381) 23 August 2022, 06:41:40 UTC
c7f35aa [Feature] Update Unsup_Graphsage (#379) 22 August 2022, 06:16:44 UTC
1be3266 [Model] Update KG emb methods (#374) * Small Changes * Small Changes 16 August 2022, 15:16:09 UTC
d7372ec [Task] Update Triple_Link_Prediction (#371) * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Update Triple_Link_Prediction * Small changes Co-authored-by: cenyk1230 <cenyk1230@qq.com> 11 August 2022, 07:32:55 UTC
f5f92d6 [Model] update APIs for gensim 4.x (#361) * change parameters' name for gensim.models.Word2Vec * update requirements for gensim * update other APIs with gensim 4.2.0 * update test_deepwalk * Delete .vscode directory * Update setup.py * 4.2.0 04 August 2022, 07:01:17 UTC
169c607 [Dataset] update ogbl datasets (#358) * update ogbl datasets * update ogbl dataset * update ogbl test * fix bugs for ogbl tests * update init file for ogb datasets * update init file * fix comma bug * fix bugs * updata for obgl Co-authored-by: xinjie zhang <xzha@monanash.edu.com> 01 August 2022, 08:29:32 UTC
d5f268f [Doc] Update README (#364) * Fix metis & Update README * Fix metis script 22 July 2022, 03:22:17 UTC
473b941 [Example] Add dgraph-cogdl in examples (#357) * Add files via upload * Delete examples/dgraph/utils/__pycache__ directory * Delete dropedge_gcn.py * Delete graphsaint.py 04 July 2022, 09:14:17 UTC
438f5a9 [Feature] Integrate GRB (#347) * integrate GRB * integrate GRB * add README_GRB * modify code style to pass flake8 * modify trainer.py * hasattr(graph, 'grb_adj') * add grb pytest * modify grb pytest * modify grb pytest: decrease time * black cogdl * increase test coverage * increase test coverage 23 June 2022, 06:34:31 UTC
a5c2877 [Doc] Update doc tutorials (#355) 15 June 2022, 07:31:49 UTC
e585a0d [Doc] Update doc tutorials (#352) 07 June 2022, 05:40:55 UTC
398f931 [Doc] Prepare v0.5.3 release (#351) 01 June 2022, 12:03:54 UTC
0b4f1d3 [Feature] Jittor gcn example (#350) * Jittor gcn example * Fix format 01 June 2022, 00:04:08 UTC
92ad2a2 [Bugfix] Fix edge softmax (#349) * Fix edge softmax * Add training pic 31 May 2022, 16:35:34 UTC
79079a9 [Doc] Update doc tutorials (#348) 31 May 2022, 09:31:06 UTC
b469c6a [Dataset] Update download links (#346) * Update download links * Fix setuptools * Fix kgdata links 09 May 2022, 07:11:16 UTC
026d20b [Dependency] Fix numpy version (#338) 03 March 2022, 11:05:30 UTC
a7bbac4 [Setup] updated classifiers (#337) added support for python 3.9 and 3.10 03 March 2022, 08:32:34 UTC
48298bc [Bugfix] Fix dgk/graph2vec/gdc/grace (#335) 21 February 2022, 08:33:42 UTC
30a69a0 [Enhancement] Merge parallel training (#332) 17 January 2022, 11:22:17 UTC
881746a [Example] Add GAT for ogbn-arxiv dataset (#327) 12 January 2022, 10:11:50 UTC
7b5009d [Bugfix] Fix copying args (#326) 06 January 2022, 13:55:50 UTC
512c361 [Feature] Support fp16 (#325) 28 December 2021, 12:54:00 UTC
29170ae [Dataset] Update rd2cd datasets (#323) 24 December 2021, 11:08:24 UTC
dc61b6e [Doc] Prepare v0.5.2 release (#322) 16 December 2021, 04:55:58 UTC
215ca27 [Example] Add clustergcn for ogbn (#320) * Add clustergcn example * Fix tests * Fix num_nodes & oagbert * Fix agc * Fix tests * Fix spmm(cpu) 15 December 2021, 08:33:57 UTC
b7ef11e [Bugfix] Fix data memory (#317) * Fix data memory * Fix data memory 09 December 2021, 10:39:29 UTC
47f309c [Bugfix] Fix setting devices (#316) 09 December 2021, 07:48:28 UTC
53d8278 [Dataset] Update geom datasets (#315) * Update geom datasets * Remove some tests 08 December 2021, 08:25:20 UTC
4c8dc87 [Bugfix] Fix packing operator files (#314) * Fix packing operator files * Ignore exception of spmm_cpu 01 December 2021, 18:22:06 UTC
d181881 [Dataset] Add more datasets (#313) * Add more datasets * Prepare for v0.5.1 01 December 2021, 16:07:58 UTC
e576766 [Operator] add scatter_max (#308) * new scatter_max * [Bugfix] Update loading datasets (#307) * Fix scatter max * Add max-aggr sage * Update submodule urls * Update submodule urls * fix bugs for scatter_max * use relative path * fix bugs for multi gpus * remove redundancy Co-authored-by: Yukuo Cen <cenyk1230@qq.com> 29 November 2021, 14:24:23 UTC
f6f33c6 [Feature] Add fast spmm (cpu) (#312) 25 November 2021, 06:22:13 UTC
c9c6dde [Doc] Prepare v0.5 release (#311) 20 November 2021, 15:34:10 UTC
7361540 [Bugfix] Fix GAT's NaN (#310) * Fix NaN (GAT) * Fix markdown requirements 19 November 2021, 05:28:55 UTC
d7d259c [Feature] Support AutoGNN (#309) * autognn * Fix autognn * Add autognn tests * Fix autognn tests Co-authored-by: Yukuo Cen <cenyk1230@qq.com> 16 November 2021, 15:01:11 UTC
bd47b29 [Bugfix] Update loading datasets (#307) 13 November 2021, 07:29:03 UTC
c819937 [Utility] Update spmm utils (#306) 11 November 2021, 09:01:58 UTC
e6bdcf5 [Model] VRGCN example (#305) * vrgcn example * add README.md 10 November 2021, 07:56:08 UTC
f2a90c2 [Utility] Update spmm utils (#303) 09 November 2021, 12:03:30 UTC
e40bda8 [Dataset] Add description for datasets (#304) 09 November 2021, 11:27:01 UTC
096f36b [Bugfix] Fix sample adj (#301) * Fix sample_adj & docs 05 November 2021, 16:42:39 UTC
e9f9e05 [Model] Move pyg models to examples (#299) 05 November 2021, 09:09:57 UTC
d94fe57 [Submodule] Add FastMoE as third-party library (#298) 05 November 2021, 06:23:32 UTC
9a2aceb [Model] Add fused GAT (#297) * Add fused GAT * Fix tests 04 November 2021, 16:02:42 UTC
7a0e363 [Dataset] Add geom datasets (#296) 29 October 2021, 09:51:35 UTC
9ccbc3f [Custom] Fix custom wrappers (#295) 29 October 2021, 02:39:37 UTC
e34f305 [Dataset] Update ogb arxiv & Fix epochs (#294) 28 October 2021, 18:32:32 UTC
0a64b59 [Docs] Fix building docs (#293) 28 October 2021, 07:05:35 UTC
e0e8f3d [Docs] Update docs & examples (#292) * Fix docs * Update docs 27 October 2021, 09:33:24 UTC
6f1cf7b [Custom] Fix model name (#290) 27 October 2021, 07:36:11 UTC
4acaa3d [Pipeline] Fix pipeline (#289) * Fix pipeline * Fix tests 25 October 2021, 09:13:49 UTC
0126694 [Framework] Remove register models/datasets/wrappers (#286) * Improve coverage * Fix tests * Remove model/dataset registration * Remove wrapper registration * Fix parallel training * Fix prone++ and c&s 21 October 2021, 16:48:06 UTC
37359d5 [Framework] Unify the GNN training loop (#285) * new framework * Update runner/wrappers and models * Add link_prediction wrappers * Support multiplex embedding * Add gcc * support ddp * Add heterogeneous wrappers * update Evaluator * update * Fix experiment API * Add loggers * Fix experiment API * Fix bugs in ddp_training * fix bugs * Fix hyperparameter search * Fix hyperparameter search * Remove tasks/trainers & Fix models * [BugFix] Fix bugs in graph_classification datawrapper * modify custom_dataset * fix bugs for graph_classification * Fix some tests * [BugFix] Fix bugs in link prediction and graph classification * modify custom_dataset * fix bugs for graph_classification * fix bugs in defining custom dataset * fix bugs in link_prediction and graph_classification * Fix some tests * [BugFix] fix bugs in gnn_link_prediction * modify custom_dataset * fix bugs for graph_classification * fix bugs in defining custom dataset * fix bugs in link_prediction and graph_classification * fix bugs in gnn_link_prediction * Fix tests & examples * Fix tests * Try to fix metaclass * Fix GenericMeta * Fix tests * Fix tests * Improve coverage * Improve coverage * Python 3.7 * fix bugs in sagn and pprgo tests * Change to trainer Co-authored-by: THINK2TRY <48679723+THINK2TRY@users.noreply.github.com> Co-authored-by: THINK2TRY <hzyjuly11@163.com> 13 October 2021, 17:26:42 UTC
86e16e3 [Paperlist] 100 GNN papers (#277) 16 September 2021, 08:33:38 UTC
a81824a [Notebook] Add notebooks (#276) * Add notebooks 16 September 2021, 07:43:35 UTC
35a338f [Bugfix] Fix MoEGCN & actnn import (#271) 24 August 2021, 07:21:30 UTC
481c08f [Doc] v0.4.1 (#270) 13 August 2021, 13:04:25 UTC
5d91f3a [Layer] Add more act layers (#269) * Add more act layers * Fix norm & act 13 August 2021, 09:27:15 UTC
24ecee0 [Features] Add operators for manipulating node/edge features (#266) * Add ops * merge upstream * fix bugs 06 August 2021, 07:31:17 UTC
4e79471 [Example] implement Simple-HGN in pure cogdl (#265) 31 July 2021, 07:36:03 UTC
e3e4aa7 [Bugfix] Fix actnn tests (#263) * Fix actnn tests * Fix lp tests 28 July 2021, 03:49:31 UTC
1640e46 [Feature] Add ActGCN (#262) * Add actgcn * Try batchnorm & residual with actnn * Add actnn argument * Update actgcn * Fix train 27 July 2021, 11:59:56 UTC
32079d7 [BugFix] Fix bugs in add_self_loops 26 July 2021, 02:40:24 UTC
c4d36c2 [Feature] Support ogbn-proteins with edge_feature (#261) * Support ogbn-proteins with edge_feature * fix bugs * modify revgnn * fix bugs * fix typo 24 July 2021, 08:06:12 UTC
81d8989 [Feature] Add RevGNN with 1000 layers (#260) * Add 1000-layer GNN * Complete RevGEN and RevGAT. Add SAGE model * move MLP to 'layers' * fix bugs * update * fix bugs * fix bugs * Add post-norm in ResGNNLayer 23 July 2021, 02:52:43 UTC
899a75d [BugFix] Fix bugs of coalesce in graph_utils 22 July 2021, 08:56:29 UTC
6b8494d [BugFix] Fix bugs in calling cusparse API (#259) Co-authored-by: fishmingyu <fishmingyu@github.com> 17 July 2021, 07:46:37 UTC
26a2433 [Model] Add c&s and SAGN models, and modify SIGN (#258) * Add c&s and SAGN, modify SIGN * update * update * update 15 July 2021, 03:30:03 UTC
1ffeab8 [BugFix] Fix bugs in datasets and modify moe_gcn (#257) * fix bugs * modify moe_gcn * fix bugs * update 10 July 2021, 06:04:32 UTC
b93ce8e [Feature] Reconstruct self-supervised trainer (#255) * [Feature] reconstruct self-supervised trainer and abstract ssl models class * [Test] pass tests * [Bugfix] typo in gae model 05 July 2021, 07:00:33 UTC
71265c3 [Feature] Add message passing layers (#256) 02 July 2021, 11:25:27 UTC
5910b92 [Pipeline] Recommendation pipeline (#254) * Recommendation pipeline * Add pipeline tests 02 July 2021, 00:55:53 UTC
ad51bd1 [Modules] Update modules & utils (#252) 26 June 2021, 08:40:53 UTC
3f7a771 [Feature] Apply self-supervised GNNs to generating embeddings (#251) * supervised gnn for generating embeddings * change default model to dgi * Update pipeline unittest 26 June 2021, 02:42:43 UTC
3d9cb63 Merge pull request #250 from sofyc/oagbert_encode_paper Oagbert encode paper 25 June 2021, 08:12:09 UTC
7a4d814 Merge remote-tracking branch 'origin/oagbert_encode_paper' into oagbert_encode_paper 25 June 2021, 07:57:28 UTC
ec773c1 [Layer] Update layers (#249) 25 June 2021, 02:35:47 UTC
5e3748e [Task] Update KG task (#245) * Update KG * PyTorch 1.7.1 * Temporarily remove corr op 24 June 2021, 07:10:15 UTC
13b9683 [Feature] Add recommendation task (#248) 23 June 2021, 13:10:53 UTC
7595f03 [BugFix] Fix bugs in doc and dataset (#247) * Add a brief tutotial in docs * Fix bugs in docs and customized_dataset * fix bugs in test * update * update 20 June 2021, 04:52:41 UTC
bc2f43e [Feature] Refine task import (#244) 17 June 2021, 04:45:47 UTC
3b74326 [Doc] Add a brief tutotial in docs (#242) 16 June 2021, 06:34:28 UTC
70ed239 [Feature] Add emb pipeline (#243) * Add emb pipeline * Add emb test 16 June 2021, 05:58:33 UTC
eddabdc Fix bugs in graph.edge_weight (#240) 16 June 2021, 02:48:14 UTC
c3ae59c [Example] Fix examples (#238) 11 June 2021, 05:26:05 UTC
b2daa0c [Task] Add oagbert tasks (#230) * Oagbert: supervised classification * fixed a little bug * 0-shot-inference * flake8 test pass * fixed the language detect * test for oagbert * test for oagbert dataset * fixed a bug * use black reformatted * fix a bug in test * Fix test bug * sampled test * unimplement pool when testing * blacked * change name to oag_ 06 June 2021, 15:05:22 UTC
back to top