- 13 Jul, 2020 1 commit
-
-
xiang song(charlie.song) authored
* reverse * Add more test * Fix lint * Fix * move to transform * upd * upd * upd * Add more test * lint * Fix * Fix doc * Fix * test * doc * Fix Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 12 Jul, 2020 1 commit
-
-
Mufei Li authored
-
- 11 Jul, 2020 1 commit
-
-
Mufei Li authored
* Fix * Fix * Fix
-
- 10 Jul, 2020 3 commits
-
-
xiang song(charlie.song) authored
* Fix bug #1779 * Fix Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Ziniu Hu authored
* add HGT example * Update README.md * Update model.py * Update train_acm.py * Add comments Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
xiang song(charlie.song) authored
* line graph * update docstring * Add test and compile OK * Add python API * Fix linty * Fix * Fix * upd * upd * Fix * merge * Fix * fix * upd * lint * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 09 Jul, 2020 5 commits
-
-
Da Zheng authored
* fix * use utils.toindex in the right place. * fix. * update tensor for mxnet backend. * fix * fix
-
Quan (Andy) Gan authored
* make metis compilable on windows * lint Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
mszarma authored
Added handling EINTR signal by retrying when returned value and errno are related to EINTR interrupt error which my appear during tcp function execution. Added information about EAGAIN timeout failure in accept stage. Added printing out errno in logs. Co-authored-by:Chao Ma <mctt90@gmail.com>
-
xiang song(charlie.song) authored
* Matrix union * Pass test * Fix lint * return map for unionCOO/unionCSR * Revert "return map for unionCOO/unionCSR" This reverts commit 28e96c40f0659f02b33d88bcf528af6a6267726d. * Update * lint * lint * Fix doc Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
xiang song(charlie.song) authored
* Matrix to simple * Pass test * new impl * Fix test * Fix lint * trigger * upd * Fix comments Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 08 Jul, 2020 1 commit
-
-
Da Zheng authored
* add in_subgraph on DistGraph. * check in more. * fix test. * add comments. * fix test. * update test. * update. * rename. * update comment * fix test
-
- 07 Jul, 2020 1 commit
-
-
Chao Ma authored
* update * update * update
-
- 06 Jul, 2020 3 commits
-
-
xiang song(charlie.song) authored
* minibatch rgcn * minibatch based rgcn * remove ogb * lint * Add sparse emb * Fix * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-68-185.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-87-240.ec2.internal>
-
Da Zheng authored
* fix * fix. * update. * fix * add assert Co-authored-by:Chao Ma <mctt90@gmail.com>
-
Quan (Andy) Gan authored
* pinsage example that uses sparse embedding update * add difference from paper
-
- 05 Jul, 2020 1 commit
-
-
Jinjing Zhou authored
* add nonzero op * 111 * fix doc Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
- 04 Jul, 2020 2 commits
-
-
xiang song(charlie.song) authored
* Fix hetero serialize * Add test case y Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
xiang song(charlie.song) authored
* Compile OK * Fix compile * Explore reverse to heterograph_indx and add python test code * lint * Fix some bug * Fix bug * upd * Fix * fix lint * Fix * Fix * test * triger * Fix * upd * add TODO * upd Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Zihao Ye <expye@outlook.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 03 Jul, 2020 4 commits
-
-
Da Zheng authored
* add sparse embedding. * fix * add test. * man fixes. * many fixes * fix sparse emb. * fix. * fix lint. * fix lint. * fix kvstore. * expose DistTensor. * test sparse embeddings. * add attach_grad to the backends. * remove part_id * fix. * move backward computation. * move more computation to backend. * fix a bug when applying learning rate. * fix a few things. * fix a few things. * add docstring * fix. * apply no_grad. * fix tests. * fix for other frameworks. * add examples in docstring.
-
mszarma authored
Refactor code to use timeval struct for setting up the SO_RCVTIMEO variable timeout value for sockets in case of Linux. Changed SetTimeout API timeout input to seconds. Co-authored-by:Chao Ma <mctt90@gmail.com>
-
Quan (Andy) Gan authored
* graphsage inductive example * fix
-
- 02 Jul, 2020 5 commits
-
-
Quan (Andy) Gan authored
* neighbor sampler data loader first commit * more commit * nodedataloader * fix * update RGCN example * update OGB * fixes * fix minibatch RGCN crashing with self loop * reverting gatconv test code * fix * change to new solution that doesn't require tf dataloader * fix * lint * fix * fixes * change doc * fix docstring * docstring fixes * return seeds and input nodes from data loader * fixes * fix test * fix windows build problem * add pytorch wrapper * fixes * add pytorch wrapper * add unit test * add -1 support to sample_neighbors & fix docstrings * docstring fix * lint * add minibatch rgcn evaluations Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Tong He <hetong007@gmail.com>
-
Chao Ma authored
* update * update
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Chao Ma authored
-
Chao Ma authored
* update * update * update * update * update * update * update * update * update * update * update * update * update * update
-
- 01 Jul, 2020 3 commits
-
-
Da Zheng authored
* fix. * fix tests. * fix * add tests. * fix. * have default rank. * add comment. * fix test. * remove check * simplify code. * add test. * split data evenly. * simplify the distributed training code. * add comments. * add comments.
-
mszarma authored
During scanning the list of interfaces, some of them can be configured invalidly: lack of ip, link down etc. This patch handles the error and inform about problem with concrete interface.
-
Hao Xiong authored
* ogb-deepwalk * ? * ? * remove pyg
-
- 30 Jun, 2020 2 commits
-
-
xiang song(charlie.song) authored
* Use omp flush * test * test * remove omp Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Jinjing Zhou authored
* 111 * add history version test * fix * 111 * save * `` * fix1 * 111 * add save heterograph * lint * lint * add tests * minor fix * fix * docs * add format tets * use unique_ptr * fix * fix interface * 111 * 111 * fix * lint * fix * add support to s3 * fix * fix * fix leak * fix * fix docs * fix * linlt * fix * fix * fix * address comment * address comment Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 29 Jun, 2020 1 commit
-
-
Chao Ma authored
* add num_clients to kvstore * update * update * update * update * update * update * update * fix lint * update * update * update * add test * update * update * update * update * fix test * update * update * update * update * update * update * update Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
- 28 Jun, 2020 6 commits
-
-
Mufei Li authored
* Fix (#1) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * Trigger CI (#2) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * test * Fix (#3) * Update * Fix * Fix * Update * Fix * Fix * Fix * Fix * Fixg * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Add test case * test * Fix * Fix * Roll back * Roll back * CI Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
xiang song(charlie.song) authored
* start * coo csr union partition * lint * lint * lint * Add matrix->data transform * update * Fix window compile * Add CSR support for DisjointPartition * lint * Fix * Use IdArray Op * Concat ready * Fix and all pass * resolve comments * Add union COO C++ test * Add C++ test for csr * lint * triger * Update include * Fix merge * test Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
xiang song(charlie.song) authored
* dgl.subgraph support using Bool mask tensor * support numpy boo tensor and add some test * Update * Fix docstring Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Minjie Wang authored
* add cub; array cumsum * CSRSliceRows * fix warning * operator << for ndarray; CSRSliceRows * add CSRIsSorted * add csr_sort * inplace coosort and outplace csrsort * WIP: coo is sorted * mv cuda_utils * add AllTrue utility * csr sort * coo sort * coo2csr for sorted coo arrays * CSRToCOO from sorted * pass tests for the new kernel changes * cannot use inplace sort * lint * try fix msvc error * Fix g.copy_to and g.asnumbits; ToBlock no longer uses CSC * stash * revert some hack * revert some changes * address comments * fix * fix to_block unittest * add todo note
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
-