Quan Gan
76de9ae2ba
Merge branch 'master' into 0.5.x
0.5.2
2020-09-13 18:25:29 +08:00
Quan (Andy) Gan
76d66fd35d
[Bug] Fix dtype mismatch in EdgeDataLoader on Windows ( #2188 )
...
* fix node and edge dataloader on windows
* fix distributed
2020-09-13 18:25:05 +08:00
xiang song(charlie.song)
782527d481
Fix partition for 0.5.1 ( #2187 )
...
Co-authored-by: Ubuntu <ubuntu@ip-172-31-24-210.ec2.internal >
2020-09-13 16:25:51 +08:00
Quan Gan
1998335919
update version
2020-09-13 12:46:13 +08:00
Quan Gan
dd6d0b6eb7
Merge branch 'master' into 0.5.x
2020-09-13 12:45:27 +08:00
Mufei Li
877101a96b
[Doc] Update Doc for UDFs ( #2131 )
...
* Update Doc for UDFs
* add degree bucketing explanation
* Update udf.rst
* Update
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com >
2020-09-13 04:57:06 +08:00
Quan (Andy) Gan
5e9d288951
fix typo ( #2185 )
...
Co-authored-by: Zihao Ye <expye@outlook.com >
2020-09-13 01:50:54 +08:00
Jinjing Zhou
3234189b60
Fix hdfs error when writing big data ( #2186 )
...
* update dmlc-core to latest
* fix hdfs
2020-09-12 23:58:36 +08:00
Leo
55f3e92631
[Fix] use DistDataLoader instead of Pytorch’s DataLoader. ( #2182 )
...
Co-authored-by: hzliuchw <hzliuchw@corp.netease.com >
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com >
2020-09-12 20:08:39 +08:00
Jinjing Zhou
0afacfb873
Fix create_format_ to create_formats ( #2184 )
...
* Update dgl.DGLGraph.rst
* Update gcn.py
2020-09-12 14:44:30 +08:00
Quan (Andy) Gan
4dae26a1fc
[Doc] Fix typo in dataloading.negative_sampler ( #2177 )
...
* fix dataloading docs
* fix another
2020-09-11 19:39:48 +08:00
Quan (Andy) Gan
7d8522a29f
[Bug] fix cumsum on an empty array with prepend_zero returning an empty array ( #2179 )
...
* fix cumsum
* udp
Co-authored-by: Zihao <expye@outlook.com >
2020-09-11 18:23:44 +08:00
Henry Kenlay
8a227bfa03
[Bugfix] fix TUDataset labelling issue ( #2165 ) ( #2173 )
...
* [Bugfix] fix TUDataset labelling issue (#2165 )
* [Bugfix] fix TUDataset labelling issue (dmlc#2165)
* update docstring according to discussion
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com >
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com >
2020-09-11 17:05:24 +08:00
Xiangkun Hu
a102db23bf
[Dataset] CoraFull dataset remove redundant reference ( #2172 )
...
* PPIDataset
* Revert "PPIDataset"
This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
* Update gnn_benckmark.py
2020-09-11 15:15:06 +08:00
Quan (Andy) Gan
8f4594074b
[Hotfix] Fix degree bucket edge ordering ( #2176 )
...
* fix degree bucket edge ordering
* unit test
* fix
2020-09-11 14:16:52 +08:00
Zihao Ye
cbd55eb12f
[performance] Batch DGLGraph in C++ end. ( #2155 )
...
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* fix
* upd
* upd
* upd
* upd
* fix
* upd
Co-authored-by: VoVAllen <jz1749@nyu.edu >
2020-09-11 02:54:27 +08:00
Quan (Andy) Gan
ac570c1dae
[Bugfix] Fix flatten not wrapping unit graph ( #2170 )
...
* fix flatten not wrapping unit graph
* fix doc
2020-09-10 17:41:52 +08:00
Zihao Ye
2c04ecb55a
[hotfix] Skip CUDA kernel launch when number of blocks/threads is zero. ( #2144 )
...
* upd
* upd
* upd
* upd
* lint
* upd
* upd
* fmt
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com >
2020-09-10 16:05:43 +08:00
Quan (Andy) Gan
5f44a4efce
Fix #1453 again ( #2169 )
...
* Fix reincarnation of #1453
* fix
2020-09-10 15:43:21 +08:00
Quan (Andy) Gan
567c5acf4e
[Feature?] BUG_ON macro and sanity check of FindEdges ( #2168 )
...
* Sanity check for FindEdges
* [Feature?] BUG_ON() macro for sanity check
2020-09-10 15:28:12 +08:00
Quan (Andy) Gan
b10b541c11
fix multiple docstring inconsistencies ( #2167 )
2020-09-10 11:03:34 +08:00
Zihao Ye
45b610c49a
fix edge_softmax ( #2160 )
...
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com >
2020-09-09 14:19:43 +08:00
xiang song(charlie.song)
0cf99be378
hotfix ( #2163 )
...
Co-authored-by: Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal >
2020-09-09 11:00:31 +08:00
Minjie Wang
101dc0dede
New bibtex for citation
2020-09-08 15:31:35 +08:00
xiang song(charlie.song)
c9c6171b9f
Revert "[Feature] Basic utils to handle raw data features ( #2102 )" ( #2147 )
...
This reverts commit 33a8bb93bf .
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com >
2020-09-08 10:33:59 +08:00
espylapiza
3659fb05e9
[Example] Fix duplicated ( #2154 )
...
* [Example] GCN on ogbn-arxiv dataset
* Add README.md
* Update GCN implementation on ogbn-arxiv
* Update GCN on ogbn-arxiv
* Fix typo
* Use evaluator to get results
* Fix duplicated
* Fix duplicated
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
Co-authored-by: Zihao Ye <expye@outlook.com >
2020-09-05 23:35:12 +08:00
espylapiza
036084f6b6
[Example] Update GCN on ogbn-arxiv dataset ( #2153 )
...
* [Example] GCN on ogbn-arxiv dataset
* Add README.md
* Update GCN implementation on ogbn-arxiv
* Update GCN on ogbn-arxiv
* Fix typo
* Use evaluator to get results
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
Co-authored-by: Zihao Ye <expye@outlook.com >
2020-09-05 20:07:50 +08:00
Quan (Andy) Gan
71629f49f5
add survey to readme ( #2152 )
2020-09-05 15:22:19 +08:00
espylapiza
1a131f6b9d
[Example] GCN on ogbn-arxiv dataset ( #2146 )
...
* [Example] GCN on ogbn-arxiv dataset
* Add README.md
* Update GCN implementation on ogbn-arxiv
* Update GCN on ogbn-arxiv
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
Co-authored-by: Zihao Ye <expye@outlook.com >
2020-09-04 15:00:45 +08:00
Quan (Andy) Gan
ac5c79cdb8
[Bug] Fixes issues in feature pickling and transmission for subgraphs and blocks ( #2139 )
...
* bug fixes
* remove __deepcopy__; not sure what the behavior should be
* lint
* skip gpu test
* fix
* fix dist dataloader
* add comment
* remove assert
2020-09-03 12:48:59 +08:00
xiang song(charlie.song)
7e7376eb4a
[Hotfix] Fix unsupervised graphsage ( #2143 )
...
* hotfix
* Hotfix
Co-authored-by: Ubuntu <ubuntu@ip-172-31-87-240.ec2.internal >
2020-09-03 11:11:15 +08:00
Chao Ma
e8273a8510
update README.md ( #2138 )
2020-09-02 15:42:28 +08:00
xiang song(charlie.song)
1e3fcc7c53
update comments ( #2132 )
...
Co-authored-by: Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal >
2020-08-31 13:23:43 +08:00
espylapiza
7993a4d8e3
[Example] GCN on ogbn-arxiv dataset ( #2124 )
...
* [Example] GCN on ogbn-arxiv dataset
* Add README.md
Co-authored-by: Mufei Li <mufeili1996@gmail.com >
Co-authored-by: Zihao Ye <expye@outlook.com >
2020-08-30 22:03:07 +08:00
Quan Gan
93814287bc
update version
0.5.1
2020-08-30 01:52:23 +00:00
Quan Gan
c32053089e
Merge branch 'master' into 0.5.x
2020-08-30 01:36:30 +00:00
Zihao Ye
7816c5a249
[hotfix] IsContiguous failed when tensor's size on first dimension is 1. ( #2127 )
...
* udp
* fix
Co-authored-by: Quan Gan <coin2028@hotmail.com >
2020-08-30 09:26:03 +08:00
Quan Gan
5e605f8d75
patch release
2020-08-29 14:51:13 +00:00
Quan Gan
b1ffc504be
Merge branch 'master' into 0.5.x
2020-08-29 14:50:55 +00:00
Quan (Andy) Gan
9eaace9216
rename create_format_ to create_formats_ ( #2126 )
2020-08-29 22:49:27 +08:00
Quan (Andy) Gan
745078e7a9
new code block style ( #2113 )
...
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com >
2020-08-29 21:17:04 +08:00
Mufei Li
642bdbaf04
[Traversal] Fall back to CPU for Graph Traversal as a Workaround ( #2115 )
...
* workaround
* Allow Test for Traversal on GPU Graphs
Co-authored-by: Ubuntu <ubuntu@ip-172-31-1-5.us-west-2.compute.internal >
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com >
2020-08-29 16:34:31 +08:00
Jinjing Zhou
4125f63e72
Update docs ( #2123 )
...
* Remove SSE
* Update env_var.rst
2020-08-28 20:35:36 +08:00
Zihao Ye
3808dc950b
[hotfix] Disable hypersparse memory optimization. ( #2121 )
...
* upd
* upd
2020-08-28 15:07:53 +08:00
xiang song(charlie.song)
0435b74c48
[Hotfix] Fix layer norm ( #2119 )
...
* hotfix
* Fix Layer Norm
Co-authored-by: Ubuntu <ubuntu@ip-172-31-87-240.ec2.internal >
2020-08-28 11:20:33 +08:00
Zihao Ye
715b3b167d
upd ( #2117 )
2020-08-27 21:15:53 +08:00
Zihao Ye
5cff2f1cb2
[Feature] Use new cusparse API to support CUDA 11. ( #1979 )
...
* upd
* upd
* upd
* upd
* upd
* upd
* upd
* upd
2020-08-27 15:35:56 +08:00
Chao Ma
2a10732004
[User Guide] Update distributed training code ( #2114 )
...
* check num_workers
* update
* update
* update
* update
* update
* update
* update user guide
2020-08-27 14:41:33 +08:00
Chao Ma
4327d7125d
[Distributed] Check num_workers and num_samplers ( #2108 )
...
* check num_workers
* update
* update
* update
* update
* update
* update
2020-08-27 12:42:25 +08:00
xiang song(charlie.song)
33a8bb93bf
[Feature] Basic utils to handle raw data features ( #2102 )
...
* add feature utils and add test for feature norm
* Add docstring and test
* upd
* dis able some test
* Update
* update doc string
* update
Co-authored-by: Ubuntu <ubuntu@ip-172-31-68-185.ec2.internal >
2020-08-27 11:36:39 +08:00