Commit Graph

127 Commits

Author SHA1 Message Date
Triston
78d8b808b0 [Doc] Update README about DGL container access from NGC (#6133)
Co-authored-by: Triston Cao <tristonc@nvidia.com>
2023-08-11 10:04:48 +08:00
schmidt-ju
97286f98d3 [NN] Add EdgeGAT operator (#5282)
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
2023-04-09 22:54:49 +08:00
Minjie Wang
d29b312c13 Update README.md 2022-11-29 13:46:03 +08:00
alxwen711
20fe939741 [Doc] Fixed grammatical typos in README (#4246)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2022-07-14 13:19:31 +08:00
PengZhang
1c9528f561 Doc: add a DGL-powered projects DGLD (#4254)
* feature: add a parse parameter degree_as_nlabel for pytorch-gin demo

* fix some typo

* [fix]: allow to benchmark all of the 9 dataset.

* [Feature] add epoch number to log

* [Feature]:simply list the command lines for all datasets (https://github.com/dmlc/dgl/pull/3676#discussion_r790270705) and run a test.

* Update README.md

* update: DGL-powered projects-DGLD

[DGLD](https://github.com/EagleLab-ZJU/DGLD) is an open-source library for Deep Graph Anomaly Detection based on pytorch and DGL.  It provides unified interface of popular graph anomaly detection methods, including the data loader, data augmentation, model training and evaluation. Also, the widely used modules are well organized so that developers and researchers can quickly implement their own designed models.

Co-authored-by: Ubuntu <ubuntu@ip-172-31-10-175.ap-northeast-1.compute.internal>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2022-07-13 23:02:29 +08:00
Anthony Mahanna
532d4ac3d9 [Doc] Add ArangoDB-DGL in DGL-powered projects (#4139)
* Update README.md

* fix: ArangoDB hyperlink

Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2022-06-20 16:44:00 +08:00
Yunxin Sang
702d08dbf9 add gtrick in DGL-powered projects (#4128) 2022-06-15 20:04:16 +08:00
Quan (Andy) Gan
148575e489 Update README.md (#4105) 2022-06-12 09:09:39 +08:00
Minjie Wang
869991d7dc [Doc] Update README; add DGL-Go related 2022-02-28 11:44:55 +08:00
Jonathan Broadbent
3b34a5a7ec Add links to RNAGlib in the DGL Readme (#3728)
* Add RNAGlib to examples and DGL-powered-projects

* Add RNAGlib to examples and DGL-powered-projects

* Add RNAGlib to examples and DGL-powered-projects
2022-02-11 15:00:18 -08:00
Shaked Brody
e2f33fd5cc [NN][Model] GATv2 (#3473)
* [Model][Core] GATv2

* lint

* gatv2conv.py

* lint

* lint

* style and docs

* lint

* gatv2conv fix

Co-authored-by: Shaked Brody shakedbr@campus.technion.ac.il <shakedbr@tangerine.cslcs.technion.ac.il>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2021-11-03 21:55:56 +08:00
Kamil Kamiński
51c6509704 [NN] Add EGATConv nn.module (#3425)
* added nn pytorch egatconv

* aligned with test build

* aligned with test build

* fixed wihite spaces

* fixed wihite spaces

* fixed wihite spaces

* added missing egatconv in imports

* added indentation in forward

* GATConv based implementation

* removed **kw_args

* added dgl relative imports

* PR corrections

* added DGL Error to EGATConv imports

* Update test_nn.py

Co-authored-by: Argusmocny <k.kaminski@cent.uw.edu.pl>
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2021-10-28 00:38:08 +08:00
Cheng Wan
308e52a37e [Doc] remove duplicate papers (#3393)
* remove duplicate paper

* Update README.md
2021-10-19 14:41:37 +08:00
Mufei Li
d947287367 [README] Add GNNLens (#3411)
* Update README.md

* Update README.md
2021-10-11 16:27:47 +08:00
Mufei Li
6476b829a8 [Doc] Add a Paper (#3301)
* Update README.md

* Update README.md
2021-08-30 16:11:55 +08:00
Ankit Garg
b131920066 [Feature] Add removed edges in distributed graph partitioning to handle heterogeneous graph (#3137)
* Added code for Rectifying (TypeError: unhashable type: 'slice') when copying file

* 1) added distributed preprocessing code to create ParMetis Input from CSV files
2) add code to run pm_dglpart on multiple machines
3) added support for recreating heteregenous graph from homo geneous graph based on dropped edges, as ParMetis currently only supports homogeneous graphs

* move to pandas

* Added comments and remove drop_duplicates as it was redundant

* Addressed Pr Comments

* Rename variable

* Added comment

* Added comment

* updated ReadMe

Co-authored-by: Ankit Garg <gaank@amazon.com>
Co-authored-by: Da Zheng <zhengda1936@gmail.com>
2021-08-02 11:41:13 -07:00
Tianjun Xiao
ddeb657f0d Add four dgl papers (#3212) 2021-08-02 17:10:36 +08:00
xiang song(charlie.song)
0e90d04566 [Readme] Add pytorch direct to Awesome Papers Using DGL (#3211)
* Add pytorch direct to Awesome Papers Using DGL

* update
2021-08-02 15:24:52 +08:00
Xiangkun Hu
50a62c19b6 [Doc] Add two papers to Awesome Paper List (#3208)
* PPIDataset

* Revert "PPIDataset"

This reverts commit 264bd0c960.

* data pipeline user guide

* remove chapter numbers

* Update data.rst

* image in dataset userguide

* update links using ref

* modify the link of save_graphs and load_graphs in dataset user guide

* move image to s3 server.

* fix links and ref

* Hide implementations that may cause confusions to the user

* add papers

* fix number of classes in Amazon Cobuy datasets

* add two papers to Awesome paper list

* Update README.md

* add four papers

* add two papers

* Add awesome papers

* Fix index in paper list

* Add paper to paperlist

* add two papers

* add two papers

* Update README.md

Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2021-08-02 11:57:01 +08:00
Mufei Li
2ec0493df4 Update README.md (#3209) 2021-08-01 18:11:55 +08:00
Minjie Wang
c3921599c8 Update README.md 2021-07-28 12:37:31 +08:00
Minjie Wang
8355a47e45 Update README.md 2021-07-28 12:28:02 +08:00
Minjie Wang
0f257733ad [Doc] New README (#3178)
New readme structure
2021-07-23 18:58:00 +08:00
Quan (Andy) Gan
460e784b3b Update README.md (#3170) 2021-07-22 15:48:51 +08:00
Xiangkun Hu
ee1c1a82fa [Doc] Add two papers to Awesome Paper List (#3155)
* PPIDataset

* Revert "PPIDataset"

This reverts commit 264bd0c960.

* data pipeline user guide

* remove chapter numbers

* Update data.rst

* image in dataset userguide

* update links using ref

* modify the link of save_graphs and load_graphs in dataset user guide

* move image to s3 server.

* fix links and ref

* Hide implementations that may cause confusions to the user

* add papers

* fix number of classes in Amazon Cobuy datasets

* add two papers to Awesome paper list

* Update README.md

* add four papers

* add two papers

* Add awesome papers

* Fix index in paper list

* Add paper to paperlist

* add two papers

Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2021-07-19 15:53:36 +08:00
Mufei Li
13017ed4b2 Update README.md (#3154) 2021-07-19 14:16:47 +08:00
Tianjun Xiao
595d4e3415 add SLAPS and Haystacks in awesome papers (#3097) 2021-07-05 14:16:10 +08:00
Quan (Andy) Gan
dad8751d29 [Doc] Add instructions for Windows users to install VC2015 redistributable (#3071)
* add instructions for VC2015 redist install

* fix typo
2021-06-29 13:10:48 +08:00
Xiangkun Hu
70af1945da [Doc] Add one paper to Awesome paper list (#3041)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2021-06-22 18:43:55 +08:00
Tianjun Xiao
fc69f6ceca update two papers in awesome list (#3043) 2021-06-21 13:14:25 +08:00
Tianjun Xiao
fd72df9a3d add Contrast-Reg to awesome papers (#2991) 2021-06-07 14:43:12 +08:00
Quan (Andy) Gan
527bbfa8ea update nightly installation (#2959)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2021-06-02 12:12:01 +08:00
Xiangkun Hu
06b9ec2e8e [Doc] Add two papers to awesome paper list (#2936)
* PPIDataset

* Revert "PPIDataset"

This reverts commit 264bd0c960.

* data pipeline user guide

* remove chapter numbers

* Update data.rst

* image in dataset userguide

* update links using ref

* modify the link of save_graphs and load_graphs in dataset user guide

* move image to s3 server.

* fix links and ref

* Hide implementations that may cause confusions to the user

* add papers

* fix number of classes in Amazon Cobuy datasets

* add two papers to Awesome paper list

* Update README.md

* add four papers

* add two papers

* Add awesome papers

* Fix index in paper list

Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2021-05-24 14:38:12 +08:00
xiang song(charlie.song)
0e9259b472 Add ED-GNN to Awesome Papers in DGL. (#2903)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-57-25.ec2.internal>
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
2021-05-20 12:05:06 +08:00
Mufei Li
db0fb4eaef Update README.md (#2927)
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
2021-05-19 15:45:07 +08:00
Quan (Andy) Gan
1968adbaf7 Update README.md (#2924) 2021-05-19 15:18:39 +08:00
Mufei Li
29fec7d5db Update README.md (#2920) 2021-05-17 17:30:26 +08:00
Quan (Andy) Gan
4c7476c812 [Doc] update readme (#2737)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2021-04-12 17:02:35 +08:00
Tong He
5164641746 [Doc] add 4 papers to awesome (#2836) 2021-04-12 17:01:18 +08:00
Xiangkun Hu
d6f856318a [Doc] Add two papers to Awesome DGL Papers (#2799)
* PPIDataset

* Revert "PPIDataset"

This reverts commit 264bd0c960.

* data pipeline user guide

* remove chapter numbers

* Update data.rst

* image in dataset userguide

* update links using ref

* modify the link of save_graphs and load_graphs in dataset user guide

* move image to s3 server.

* fix links and ref

* Hide implementations that may cause confusions to the user

* add papers

* fix number of classes in Amazon Cobuy datasets

* add two papers to Awesome paper list

* Update README.md

* add four papers

* add two papers
2021-04-01 14:38:28 +08:00
Minjie Wang
d3a058226c [Doc] Add one paper 2021-03-15 14:10:35 +08:00
Xiangkun Hu
99c6846a3c [Doc] Add four papers to Awesome DGL papers list (#2751)
* PPIDataset

* Revert "PPIDataset"

This reverts commit 264bd0c960.

* Hide implementations that may cause confusions to the user

* fix number of classes in Amazon Cobuy datasets

* add four papers
2021-03-14 22:21:20 +08:00
Mufei Li
63d94f611b [Papers] 4 New Papers Using DGL (#2743)
* Update README.md

* Update README.md
2021-03-12 16:33:58 +08:00
Minjie Wang
668bd928fe [Doc] Add TDC to paper list 2021-03-01 19:25:19 +08:00
Quan (Andy) Gan
5087a21279 Update README.md (#2705) 2021-02-26 15:09:18 +08:00
Minjie Wang
1caf01d0d4 Add one paper 2021-01-18 14:28:22 +08:00
Minjie Wang
6b4638203e Update README.md 2021-01-18 14:01:54 +08:00
Mufei Li
1e69bf5387 [Paper List] Add Three Papers (#2525)
* Update README.md

* Update README.md

* Update README.md
2021-01-13 03:33:38 +08:00
Tong He
4e7a646b26 add one paper (#2513) 2021-01-11 15:18:27 +08:00
Xiangkun Hu
4807862288 [Doc] Add two papers to Awesome papers list (#2511)
* PPIDataset

* Revert "PPIDataset"

This reverts commit 264bd0c960.

* data pipeline user guide

* remove chapter numbers

* Update data.rst

* image in dataset userguide

* update links using ref

* modify the link of save_graphs and load_graphs in dataset user guide

* move image to s3 server.

* fix links and ref

* Hide implementations that may cause confusions to the user

* add papers

* fix number of classes in Amazon Cobuy datasets

* add two papers to Awesome paper list

* Update README.md
2021-01-11 14:30:30 +08:00