sort by:
Revision Author Date Message Commit Date
b2e35e6 [Performance] Linear UniformChoice optimization (#2710) Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by: Zihao Ye <expye@outlook.com> 01 April 2021, 08:29:49 UTC
54c7480 [CI] Disable distributed KVStore UT (#2805) 01 April 2021, 08:00:56 UTC
d6f8563 [Doc] Add two papers to Awesome DGL Papers (#2799) * PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * 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 01 April 2021, 06:38:28 UTC
b49cd09 [Bugfix] Fix feature type of 'ENZYMES' in TUDataset (#2800) * PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * Hide implementations that may cause confusions to the user * fix number of classes in Amazon Cobuy datasets * add four papers * fix feature type of TU dataset * fix readme * remove commented codes Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 01 April 2021, 06:36:55 UTC
1f4c0b7 Fix processing of QM9EdgeDataset (#2801) 01 April 2021, 02:13:51 UTC
e36c5db [Distributed] Simplify distributed API (#2775) * remove num_workers. * remove num_workers. * remove num_workers. * remove num-servers. * update error message. * update docstring. * fix docs. * fix tests. * fix test. * fix. * print messages in test. * fix. * fix test. * fix. Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-132.us-west-1.compute.internal> 30 March 2021, 02:19:23 UTC
97863ab [Distributed] Cleanup the process pool correctly when the process exits. (#2781) Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com> 29 March 2021, 21:53:51 UTC
66f7fe8 Update model.py (#2796) 29 March 2021, 08:30:32 UTC
2952f3c Update subgraph.py (#2784) Co-authored-by: Zihao Ye <expye@outlook.com> 29 March 2021, 06:58:39 UTC
a655123 [Example] Baselines for OGB-LSC-PCQM4M (#2778) * Update * Add files via upload * Add files via upload * Add files via upload 29 March 2021, 06:07:07 UTC
0576a33 Update convert.py (#2789) Co-authored-by: Zihao Ye <expye@outlook.com> 28 March 2021, 12:59:52 UTC
a1b5b42 remove unused and undefined function (#2791) Co-authored-by: messi-k <messi.k@kakaocorp.com> 27 March 2021, 16:17:11 UTC
e22087a [BUG] fix for zero degree nodes (#2786) * fix for zero degree nodes * Update python/dgl/ops/spmm.py linting fix Co-authored-by: Zihao Ye <zihaoye.cs@gmail.com> Co-authored-by: Konstantin Sofeikov <konstantin.sofeikov@complyadvantage.com> Co-authored-by: Zihao Ye <expye@outlook.com> Co-authored-by: Zihao Ye <zihaoye.cs@gmail.com> 25 March 2021, 14:09:53 UTC
0b57ce1 [Bug] Disable cpu fp16 (#2783) * disable cpu fp16 * spell mistakes 25 March 2021, 10:04:39 UTC
03482f0 [NN] tf nn for edgeConv (#2741) * tf nn for edgeConv * Auto stash before merge of "tf_working" and "origin/tf_working" * clean up * added test for edge_conv * fix * fix * fix Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by: Quan Gan <coin2028@hotmail.com> 25 March 2021, 05:44:07 UTC
929d863 [Feature] Sparse-sparse matrix multiplication, addition, and masking (#2753) * test * more stuff * add test * fixes * optimize algo * replace unordered_map with arrays * lint * lint x2 * oops * disable gpu csrmm tests * remove gpu invocation * optimize with openmp * remove python functions * add back with docstrings * lint * lint * update python interface * functionize * functionize * lint * lint 24 March 2021, 09:24:41 UTC
d04d59e [Example] Temporal Graph Neural Network (#2636) * Add hgat example * Add experiment * Clean code * clear the code * Add index in README * Add index in README * Add index in README * Add index in README * Add index in README * Add index in README * Change the code title and folder name * Ready to merge * Prepare for rebase and change message passing function * use git ignore to handle empty file * change file permission to resolve empty file * Change permission * change file mode * Finish Coding * working code cpu * pyg compare * Accelerate with batching * FastMode Enabled * update readme * Update README.md * refractor code * Fix Bug * add a simple temporal sampling method * test results * add train speed result * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * fix bug * Fixed Grammar and Format Issue Co-authored-by: Chen <chesirui@3c22fbe5458c.ant.amazon.com> Co-authored-by: Tianjun Xiao <xiaotj1990327@gmail.com> Co-authored-by: Ubuntu <ubuntu@ip-172-31-4-63.ap-northeast-1.compute.internal> Co-authored-by: WangXuhongCN <wangxuhongcn@163.com> Co-authored-by: WangXuhongCN <34096632+WangXuhongCN@users.noreply.github.com> 23 March 2021, 00:57:21 UTC
6999f88 [Model] Add random_start option for Farthest Point Sampler (#2755) * add random_start option for FPS * change doc * change from random_start to start_idx * change error condition * change error msg Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 22 March 2021, 13:53:46 UTC
bcffdb8 [Example] Add implementation of mvgrl (#2739) * [Example ]add mvgrl * [Doc] add mvgrl to readme * add more comments * fix typos * replace tab with space * [doc] replace tab with space * [Doc] fix a typo * fix minor typos * fix typos * fix typos * fix typos * fix typos * fix Co-authored-by: Mufei Li <mufeili1996@gmail.com> 22 March 2021, 13:20:21 UTC
e6f6c2e [Bugfix] Update deprecated method name in load_graph.py (#2769) Method `dataset.num_labels` has been deprecated and replaced by `dataset.num_classes`. Updating the method name to avoid runtime warning. Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 22 March 2021, 12:07:32 UTC
0ff7127 [Bugfix] Wrap cub with CUB_NS_PREFIX and remove dependency on Thrust to linking issues with Torch 1.8 (#2758) * Wrap cub with prefixes and remove thrust * Using counting iterator Co-authored-by: Zihao Ye <expye@outlook.com> Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 22 March 2021, 12:06:57 UTC
9aac93f Gnnexplainer (#2717) * gnn-explainer * gnn-explainer * gnn-explainer * gnn-explainer * fix * fix * fix * readme * readme Co-authored-by: zhjwy9343 <6593865@qq.com> 22 March 2021, 10:13:08 UTC
1789972 [Bugfix] add default value for BlockSampler (#2771) * [Bugfix] add default value for BlockSampler * [Doc] modify user_guide description about MultiLayerDropoutSample Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com> 22 March 2021, 06:02:27 UTC
17f8635 fix (#2744) 22 March 2021, 05:38:55 UTC
74c38a1 Print error messages when using TCP socket (#2763) * print error messages. * fix. 22 March 2021, 04:00:22 UTC
bb54206 remove pyinstrument. (#2772) Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com> 22 March 2021, 03:27:12 UTC
edf6446 [performance] Optimize the association order of AXW in GraphSAGE. (#2747) * upd * lint * upd * upd * compatibility * upd * upd Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> 18 March 2021, 17:41:33 UTC
366cc7e [Pickle] Fix HeteroGraphConv pickle problem (#2761) * fix pickle problem * lint * add pickle tests * fix * fix * fix * fix * fix for windows 18 March 2021, 09:56:28 UTC
337b155 [Doc] fix tutorial - blitz 4 link prediction (#2726) The number of edges should be same as posive eids. Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 18 March 2021, 06:36:58 UTC
09ef2c2 [Doc] Add Pseudo Code for HeteroGraphConv (#2729) * Update * Update * Update * Update Co-authored-by: Ubuntu <ubuntu@ip-172-31-15-8.us-west-2.compute.internal> 17 March 2021, 12:00:15 UTC
b34a1e6 Update subgraph.py (#2754) 17 March 2021, 10:15:30 UTC
93074dd Bug fix for RGCN Link Prediction Example Exceeding Specified Epochs (#2757) * Address bug where epochs exceed specified limit * fix spacing 17 March 2021, 06:29:45 UTC
d3a0582 [Doc] Add one paper 15 March 2021, 06:10:35 UTC
99c6846 [Doc] Add four papers to Awesome DGL papers list (#2751) * PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * Hide implementations that may cause confusions to the user * fix number of classes in Amazon Cobuy datasets * add four papers 14 March 2021, 14:21:20 UTC
3c8382f Fix typos in `zero-in-degree` (#2750) 14 March 2021, 11:13:59 UTC
63d94f6 [Papers] 4 New Papers Using DGL (#2743) * Update README.md * Update README.md 12 March 2021, 08:33:58 UTC
0b47e86 [Example] Add DimeNet(++) for Molecular Graph Property Prediction (#2706) * [example] arma * update * update * update * update * update * [example] dimenet * [docs] update dimenet * [docs] update tf results * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update Co-authored-by: Mufei Li <mufeili1996@gmail.com> 09 March 2021, 09:08:59 UTC
c88fca5 [Feature] Add edge coarsening for homogeneous undirected graphs (#2691) * finish graph matching gpu version * use C++ shuffle * finish graph matching * fix bug * fix bug * change name and use swap * upt * fix format problem * fix format problem * stronger test * upt * upt * change python api * upt * upt * format check * upt * upt * fix bug Co-authored-by: Tong He <hetong007@gmail.com> 09 March 2021, 08:35:27 UTC
91cb347 [Example][Bug Fix] Improve DiffPool (#2730) * change DiffPoolBatchedGraphLayer * fix bug and add benchmark * upt * upt * upt * upt Co-authored-by: Tong He <hetong007@gmail.com> 09 March 2021, 08:03:00 UTC
3317522 [Example] Add implementation of InfoGraph (#2644) * Add implementation of unsupervised model * [Doc] Update Implementor's information * [doc] add index of infograph * [Feature] QM9_v2 Dataset Support * fix a typo * move qm9dataset from data to examples * Update qm9_v2.py * Infograph -> InfoGraph * add implementation and results of semi-supervised model * Update README.md * Update README.md * fix a typo * Remove the duplicated links. * fix some typos * fix typos * update model.py * update collate fn * remove unused functions * Update model.py * add device option * Update evaluate_embedding.py * Update evaluate_embedding.py * Update unsupervised.py * Fix typos * fix bugs * Update README.md Co-authored-by: Mufei Li <mufeili1996@gmail.com> 09 March 2021, 07:26:11 UTC
a1f59c3 [Feature] QM9Edge Dataset Support (#2704) * [Feature] Support QM9Edge Datset * Update qm9_edge.py * disable tqdm * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * remove preprocessing part * add comparisons in qm9.py * [docs] add qm9edge dataset Co-authored-by: Mufei Li <mufeili1996@gmail.com> 09 March 2021, 06:51:21 UTC
62dd1c8 fix doc typo (#2721) 05 March 2021, 15:30:21 UTC
7380d61 [NN] Support Unidirectional Bipartite Graphs in CFConv (#2674) * Update * update * Update Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> 03 March 2021, 08:35:07 UTC
97bdae9 [Docker] Add Dependency Packages for CI (#2713) * add ogb to docker build * mxnet 1.6 disappeared 02 March 2021, 14:16:31 UTC
f793864 [Example] Variational Graph Auto-Encoders (#2587) * [Example]Variational Graph Auto-Encoders * change dgl dataset to single directional graph * clean code * refresh Co-authored-by: Tianjun Xiao <xiaotj1990327@gmail.com> 02 March 2021, 02:24:34 UTC
d0638b1 [Example] Update the example of distributed GNN training of RGCN (#2709) * support gpu training. * remove unnecessary arguments. * update README. * update time measurement. * add zero_grad. Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-132.us-west-1.compute.internal> Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> 01 March 2021, 20:00:15 UTC
668bd92 [Doc] Add TDC to paper list 01 March 2021, 11:25:19 UTC
062f59a fix small typo bug (#2708) Co-authored-by: Zihao Ye <expye@outlook.com> 28 February 2021, 09:37:13 UTC
28b0a76 [Example] Provide instructions of setting up passwordless SSH login. (#2707) 28 February 2021, 02:34:46 UTC
5087a21 Update README.md (#2705) 26 February 2021, 07:09:18 UTC
6568d0a [Example] Recommend NFS over copy files (#2689) * Update README to use NFS, rather than copying files * Update README.md * Update README.md * Update README.md * Add ParMetis * Update README.md * fix directory. * fix * redo. * fix. * update. * add more descriptions Co-authored-by: Da Zheng <zhengda1936@gmail.com> Co-authored-by: Quan Gan <coin2028@hotmail.com> 25 February 2021, 12:20:52 UTC
99751d4 [Doc] Rename block to message flow graph (#2702) * rename block to mfg * revert * rename 25 February 2021, 10:26:19 UTC
491d908 [Example] Add ARMA for Node Classification (#2694) * [example] arma * update * update * update * update * update Co-authored-by: Mufei Li <mufeili1996@gmail.com> 25 February 2021, 09:38:43 UTC
583aa76 [Example] Pytorch Seal example (#2638) * add seal example * 1. add paper infomation in examples/README 2. adjust codes 3. option test * use latest `to_simple` to replace coalesce graph function * remove outdated codes * remove useless comment 25 February 2021, 07:53:35 UTC
0526b88 [Distributed] Fix the path for distributed partitioning. (#2700) Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-132.us-west-1.compute.internal> 25 February 2021, 04:41:41 UTC
7ab3d99 Change the absolute path to relative one in `part_config.json` (#2690) * Update partition.py * fix lint. Co-authored-by: Da Zheng <zhengda1936@gmail.com> 25 February 2021, 00:12:19 UTC
1686106 change __repr__ (#2696) Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 24 February 2021, 16:21:00 UTC
704ec68 [Benchmark] Fix benchmark tests and add script to generate excel result (#2681) * add script * 21 * log * fix regression tests * add iter time * fix * Revert "fix" This reverts commit 9b4587ad61dfeb82dcce6d1de188809f62947663. * fix * fix * add * add ogb instruction * add cu11 dockerfile * fix * fix * more iter apply_edge * add iteration time Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 24 February 2021, 11:41:49 UTC
71d53d9 add thumbnails for tutorials (#2695) Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 23 February 2021, 12:33:35 UTC
da2f690 [Doc] Clarify link prediction tutorial (#2673) * link prediction clarification * fix 23 February 2021, 11:41:54 UTC
7298173 [Doc]Improve docstring for GINDataset (#2676) * add docstring for gin * update doc Co-authored-by: Mufei Li <mufeili1996@gmail.com> 23 February 2021, 07:14:10 UTC
174dd18 [hotfix] A bunch of fix for SetTransformer (#2658) * upd * lint * upd * fix * fix * upd * upd * fix * warning * upd * upd 23 February 2021, 06:19:51 UTC
48a1794 [Doc] Fix the user guide for distributed partitioning. (#2684) * fix doc. * explain the schema file. * fix. 23 February 2021, 02:59:15 UTC
80c2687 [Bug Fix] Fix munmap bug in sparse optimizer (#2675) * Fix munmap bug * lint * update Co-authored-by: Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal> 22 February 2021, 03:33:44 UTC
16e324d [Bug Fix] Add warning for invalid input graph of edge UDF (#2682) * Add warning for invalid graph of edge UDF * lint Co-authored-by: Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal> 22 February 2021, 02:12:40 UTC
72a16b2 [bugfix] Fix the behavior of select_topk (#2688) * fix * lint * lint 21 February 2021, 10:52:35 UTC
e6bf54c [Feature] Support aggregate multiple edge features in to_simple. (#2623) * upd * fix * upd * upd * upd * upd * upd * upd * upd * upd * upd * fix * refactor * upd test * large feat_len or n in segment reduce * lint 21 February 2021, 02:05:42 UTC
8a07ab7 [Doc] Tutorials re-organization (#2683) * reorg * change titles * rm some stale API doc; minor fix * fix docs * add warning * rm new-tutorial run in ci * lint 20 February 2021, 09:42:45 UTC
0fc6495 [Doc] Distributed heterogeneous graph training (#2654) * update DistGraph docstrings. * add user guide. * add doc string. * fix. * fix. * fix. Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> 19 February 2021, 18:48:05 UTC
453d358 [Doc] Fix docs for sparse optimizer (#2680) Co-authored-by: Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal> Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 19 February 2021, 06:07:35 UTC
9e04a52 [Doc] Reorganize tutorial (#2678) 19 February 2021, 05:49:13 UTC
dda103d Fix bug in EdgeConv implementation (#2669) * Update edgeconv.py * update edgeconv to builtin * add explanation on why ReLU is not there * remove redundant code 19 February 2021, 05:07:21 UTC
d93a975 revert (#2672) 19 February 2021, 04:05:42 UTC
ff64bd0 add warning for a bug in README (#2665) 16 February 2021, 08:16:40 UTC
0cbaa1f [Doc] Make the docstring of nn.glob more informative. (#2649) * upd * fix weight and sum * upd sortpool 12 February 2021, 04:29:22 UTC
9e63010 fix and lots of tests (#2650) 12 February 2021, 03:40:05 UTC
cf8a3fb [hotfix] Address the performance issue of topk. (#2628) * upd * fix * upd * upd * udp * upd * upd * upd * upd * upd * upd Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> 10 February 2021, 16:00:39 UTC
e46983f [Bug Fix][Example] fix dataloader bug in gxn (#2631) Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 10 February 2021, 03:21:34 UTC
22ccf43 [Test] Tweak end2end benchmarks to be more reasonable (#2643) * change timeout to reasonable ranges * rgcn ns * fix all ns speed tests Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> 09 February 2021, 03:08:55 UTC
e4ff484 [Distributed] Distributed METIS partition (#2576) * add convert. * fix. * add write_mag. * fix convert_partition.py * write data. * use pyarrow to read. * update write_mag.py * fix convert_partition.py. * load node/edge features when necessary. * reshuffle nodes. * write mag correctly. * fix a bug: inner nodes in a partition might be empty. * fix bugs. * add verify code. * insert reverse edges. * fix a bug. * add get node/edge data. * add instructions. * remove unnecessary argument. * update distributed preprocessing. * fix readme. * fix. * fix. * fix. * fix readme. * fix doc. * fix. * update readme * update doc. * update readme. Co-authored-by: Ubuntu <ubuntu@ip-172-31-9-132.us-west-1.compute.internal> Co-authored-by: Ubuntu <ubuntu@ip-172-31-2-202.us-west-1.compute.internal> 09 February 2021, 01:19:18 UTC
0aca566 [Regression] Fix regression tests (#2639) * add bench jenkins * instance type * fix * fix * fix * 111 * test * 111 * 111 * fix * test * run * fix * fix * fix * fix * fix * publish results * 111 * regression * launch ec2 script * fix * add * run on master * change * rrr * run gpu * fix * fix * try fix * fix * ff * fix * fix * fix * refactor * fix * fix * update * fix * fix * fix * fix * remove import torchtext * add shm size * update * fix * fix * fix * fix * fix this!!!! * 111 * fix * remove verbose * fix * fix * fix * fix * fix * fix * fix * fix * update readme * fix * fix * fix * change asv default to head * commit sage and rgcn * fix * update * add benchmarks * add * fix * update * remove RandomState * tmp remove * new batch * fix * fix * fix * address comment * fix warning * fix * fix * fix * fix * add multiupdate all * address comment * fix * add benchmarks * add * fix timing * fix * push * add -v * [Example] NGCF (#2564) * ngcf * ngcf * update Co-authored-by: zhjwy9343 <6593865@qq.com> * Revert "[Example] NGCF (#2564)" (#2611) This reverts commit a75e04f408c719289f478ca129784e05655d8def. * fix * change task * fix * fix * fix2 * enable tensoradapter when benchmark * minor fix * trigger ci * fix * fix * fix * fix * fix * fix * lint * fix Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by: KounianhuaDu <51199171+KounianhuaDu@users.noreply.github.com> Co-authored-by: zhjwy9343 <6593865@qq.com> 08 February 2021, 09:01:35 UTC
117dd25 [Doc] Fix inconsistencies and GPU code (#2642) * fix inconsistencies and GPu * bug fixes * fix * trigger new tutorials 08 February 2021, 08:33:39 UTC
8ccb820 [Doc] Update docs to motivate the use of set_batch_num_nodes and set_batch_num_edges (#2630) * fix doc * update docstring for transformation on batch graph * update cn guide * fix format * update rst 08 February 2021, 06:43:24 UTC
48d357b Fix numbers (#2641) Co-authored-by: Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal> 08 February 2021, 06:05:30 UTC
bc3a532 [Sampling] Implement `dgl.to_block()` for the GPU (#2339) * Add start of to_block gpu implementation * Pull in more changes from 0.4.2 cuda_to_block * Move more code to IdArray * Refactor DeviceNodeMapMaker * Updates * get compiling * Integrate to_block * Fix ID allocation * Minor fixes * Cleanup cuda calls to use cuda_common * Reduce kernel calls * Lint cleanup * Expand documentation * Remove unused function * Rename variables for consistency * Add doxygen comments * Fix file extension * Remove raw asynccopy for deviceapi * Remove unused function * Fix block/tile configuration * Add cuda_device_common.cuh * Add basic hashtable * Migrate part of hashtable * Refactor to use external hashtable * Make functions members * Format hash table functions * Migrate duplicate filling * Move last function over * Refactor with cu file * lint c++ code * Move context check to C++ code * Use macro switch * Add missing files * Update docstring * update docs * Move atomic functions * Refactor hashtable * Fix linting * Expand docs * Fix mismatched argument names * Switch doxygen comments from using @param to \param Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> 08 February 2021, 05:00:43 UTC
ae18d7f [Example]Add dependencies for GNN-Film and dagnn (#2633) * add dependencies for GNN-Film and dagnn * fix * fix * fix 08 February 2021, 02:42:32 UTC
98ac391 [Doc] Large graph training tutorials (#2595) * large graph training tutorials * add full graph link prediction update * fix * fix * fix * addressed comments 07 February 2021, 09:55:49 UTC
0346b0a [Test] Add test for Cython and force rebuild when run setup.py (#2635) 05 February 2021, 14:38:46 UTC
3cf42fd [Bug Fix][Example] hgp-sl: More info for running (#2634) * [Bug Fix][Example] hgp-sl: More info for running * change list to table * change dataset summary in gxn and sagpool * remove redundent Co-authored-by: Tong He <hetong007@gmail.com> 05 February 2021, 10:26:33 UTC
3ca52b1 [Fix] Various Fix after Bug Bash (#2620) * update * Misc fix * Update 05 February 2021, 09:34:16 UTC
f8c9d58 [Bug] Hardgat enable gpu training (#2632) * add multihead in DotGatConv * Fix spacing issue * Add Unit test for dotgat * Modified Unit test for dotgat * Add transformer like divisor * Update dotgatconv.py * Update hgao.py * Update train.py Co-authored-by: Chen <chesirui@3c22fbe5458c.ant.amazon.com> Co-authored-by: Zihao Ye <expye@outlook.com> 05 February 2021, 08:52:41 UTC
23afe91 [Bug Fix] Fix several sparse optimizer bugs (#2596) * Fix pytorch TCP kvstore bug * lint * Fix * upd * Fix lint * Fix * trigger * fix Co-authored-by: Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal> 05 February 2021, 03:49:41 UTC
2f71bc5 [Example] Neural Graph Collaborative Filtering (NGCF). (#2612) * ngcf * ngcf * update * ngcf * ngcf * remove data * update * data Co-authored-by: zhjwy9343 <6593865@qq.com> Co-authored-by: Zihao Ye <expye@outlook.com> 04 February 2021, 16:32:21 UTC
469088e [Test] Add benchmarks for end-to-end training w/ UDF message passing (#2609) * model acc test * add model speed test * [Example] NGCF (#2564) * ngcf * ngcf * update Co-authored-by: zhjwy9343 <6593865@qq.com> * Revert "[Example] NGCF (#2564)" (#2611) This reverts commit d88a9b1b2c52becb8cc7faebceca6e52c763de19. * use timer Co-authored-by: KounianhuaDu <51199171+KounianhuaDu@users.noreply.github.com> Co-authored-by: zhjwy9343 <6593865@qq.com> Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by: Zihao Ye <expye@outlook.com> 04 February 2021, 06:40:00 UTC
94ab970 [Bugfix] fix a typo in consis_loss function (#2616) 04 February 2021, 03:59:41 UTC
ff345c2 [Example] update PointNet and PointNet++ examples for Part Segmentation (#2547) * [Model] update PointNet example for Part Segmentation * Fixed issues with pointnet examples * update the README * Added image * Fixed README and tensorboard arguments * clean * Add timing * Update README.md * Update README.md Fixed a typo Co-authored-by: Tong He <hetong007@gmail.com> 03 February 2021, 14:15:46 UTC
b1840f4 [Dataset] Change the Data Type of the Node Features in GINDataset/TUDataset from Float64 to Float32 (#2592) * Update * Update * Update * update Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by: Tong He <hetong007@gmail.com> 03 February 2021, 13:00:45 UTC
d460efe [Test] More regression tests (#2591) * add bench jenkins * instance type * fix * fix * fix * 111 * test * 111 * 111 * fix * test * run * fix * fix * fix * fix * fix * publish results * 111 * regression * launch ec2 script * fix * add * run on master * change * rrr * run gpu * fix * fix * try fix * fix * ff * fix * fix * fix * refactor * fix * fix * update * fix * fix * fix * fix * remove import torchtext * add shm size * update * fix * fix * fix * fix * fix this!!!! * 111 * fix * remove verbose * fix * fix * fix * fix * fix * fix * fix * fix * update readme * fix * fix * fix * change asv default to head * commit sage and rgcn * fix * update * add benchmarks * add * fix * update * remove RandomState * tmp remove * new batch * fix * fix * fix * address comment * fix warning * fix * fix * fix * fix * add multiupdate all * address comment * fix * add benchmarks * add * fix timing * fix * push * add -v * [Example] NGCF (#2564) * ngcf * ngcf * update Co-authored-by: zhjwy9343 <6593865@qq.com> * Revert "[Example] NGCF (#2564)" (#2611) This reverts commit a75e04f408c719289f478ca129784e05655d8def. * fix * change task * fix * fix * fix2 * enable tensoradapter when benchmark * minor fix * trigger ci * fix * fix Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by: KounianhuaDu <51199171+KounianhuaDu@users.noreply.github.com> Co-authored-by: zhjwy9343 <6593865@qq.com> 03 February 2021, 11:10:07 UTC
fb4a050 [bugfix] Solve the boundary issue in backward function of segment sum (#2610) * upd * trigger * upd 03 February 2021, 10:50:07 UTC
b04cf65 [Bugfix] Fix sparseadam bug in metapath2vec(pytorch) (#2607) It seems that there is a bug in Sparseadam in PyTorch, and it can be temporarily fixed by: optimizer = optim.SparseAdam(list(self.skip_gram_model.parameters()), lr=self.initial_lr) Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com> 03 February 2021, 09:27:20 UTC
back to top