- 13 Feb, 2020 3 commits
-
-
Zihao Ye authored
* upd * upd * fix Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Jinjing Zhou authored
* fix script * t * fix weird bugs * fix * fix
-
Minjie Wang authored
-
- 12 Feb, 2020 1 commit
-
-
Minjie Wang authored
* new readme * try resize * try center * more imgs * fix
-
- 10 Feb, 2020 1 commit
-
-
Jinjing Zhou authored
* graph format * fix lint * lint * fix * unit test * lint * add magic num * move serialize out of struct * lint * serialize * trigger CI * fix lint * lint Co-authored-by:zhoujinjing09 <zhoujinjing09@users.noreply.github.com>
-
- 09 Feb, 2020 1 commit
-
-
xiang song(charlie.song) authored
* Several optimizations on DGL-KG: 1. Sorted positive edges for sampling which can reduce random memory access during positive sampling 2. Asynchronous node embedding update 3. Balanced Relation Partition that gives balanced number of edges in each partition. When there is no cross partition relation, relation embedding can be pin into GPU memory 4. tunable neg_sample_size instead of fixed neg_sample_size * Fix test * Fix test and eval.py * Now TransR is OK * Fix single GPU with mix_cpu_gpu * Add app tests * Fix test script * fix mxnet * Fix sample * Add docstrings * Fix * Default value for num_workers * Upd * upd
-
- 08 Feb, 2020 2 commits
-
-
Jinjing Zhou authored
* graph format * fix lint * lint * fix * unit test * lint * add magic num * move serialize out of struct * lint Co-authored-by:zhoujinjing09 <zhoujinjing09@users.noreply.github.com>
-
Mufei Li authored
* Fix * Update
-
- 07 Feb, 2020 1 commit
-
-
xiang song(charlie.song) authored
* Fix model save and load problem. Add offline inference example * Fix test * Fix randomness problem between test runs * Make rdf loader deterministic
-
- 04 Feb, 2020 1 commit
-
-
Quan (Andy) Gan authored
* unit graph that prefers coo queries * auto detect coo preference * forgot some functions * disable lint on detect_prefer_coo * reorg * change comment * lint * fix * move array_utils.h to src * compact graph impl * fix redundant copying in idhashmap * docstring * moving preference detection to C * lint * fix unit test & address comments * hypersparse autorestrict * docstring & fix * revert copyto and asnumbits * fix stupid bug * lint * leave a TODO for sorted COO * fixing same node type mapping to different id in different graphs * addresses comments * made induced nodes a feautre column * lint?
-
- 03 Feb, 2020 2 commits
-
-
Mufei Li authored
* First commit * Update * Update splitters * Update * Update * Update * Update * Update * Update * Migrate ACNN * Fix * Fix * Update * Update * Update * Update * Update * Update * Finish classification * Update * Fix * Update * Update * Update * Fix * Fix * Fix * Update * Update * Update * trigger CI * Fix CI * Update * Update * Update * Add default values * Rename * Update deprecation message
-
Quan (Andy) Gan authored
-
- 31 Jan, 2020 2 commits
-
-
Da Zheng authored
* fix. * fix.
-
Quan (Andy) Gan authored
* trying to refactor IndexSelect * partial implementation * add index select and assign for floats as well * move to random choice source * more updates * fixes * fixes * more fixes * adding python impl * fixes * unit test * lint * lint x2 * lint x3 * update metapath2vec * debugging performance * still debugging for performance * tuning * switching to succvec * redo * revert non-uniform sampler to use vector * still not fast * why does this crash with OpenMP??? * because there was a data race!!! * add documentations and remove assign op * lint * lint x2 * lol what have i done * lint x3 * fix and disable gpu testing * bugfix * generic random walk * reorg the random walk source code * Update randomwalks.h * Update randomwalks_cpu.cc * rename file * move internal function to anonymous ns * reorg & docstrings * constant restart probability * docstring fix * more commit * random walk with restart, tested * some fixes * switch to using NDArray for choice * massive fix & docstring * lint x? * lint x?? * fix * export symbols * skip gpu test * addresses comments * replaces another VecToIdArray * add randomwalks.h to include * replace void * with template
-
- 26 Jan, 2020 1 commit
-
-
Minjie Wang authored
* reorg tutorials and api docs * fix
-
- 20 Jan, 2020 1 commit
-
-
Tong He authored
* add env var * Trigger CI * simplification * add doc
-
- 19 Jan, 2020 1 commit
-
-
VoVAllen authored
* several nn example * appnp * fix lint * lint * add dgi * fix * fix * fix * fff * docs * 111 * fix * change init * change result * tiaocan+1 * fix * fix lint * fix * fix
-
- 18 Jan, 2020 1 commit
-
-
xiang song(charlie.song) authored
* Add boundary check for heterograph build with card as input * Fix when u or v is empty * fix test_kernel.py error print * Revert "fix test_kernel.py error print" This reverts commit a71c20292549c0ac62a5326c30669ca4bde8febc. * Turn op validation check on graph and bipartite by default * upd * udp * upd * update test
-
- 17 Jan, 2020 1 commit
-
-
xiang song(charlie.song) authored
* Fix the random seed and fix the _print_error * Fix check_positive_edge_sampler sample weight. Co-authored-by:
Zihao Ye <zihaoye.cs@gmail.com> Co-authored-by:
VoVAllen <VoVAllen@users.noreply.github.com>
-
- 16 Jan, 2020 1 commit
-
-
Quan (Andy) Gan authored
[Bug?] Fix non-determinism when setting the same seed across different runs with single thread (#1205) * fix multithread random seed value * more fix * typo * what did i wrote
-
- 14 Jan, 2020 1 commit
-
-
Quan (Andy) Gan authored
* another fix * another try * fix * rewriting with kernel functions * revert mxnet softmax changes * lint fix Co-authored-by:Zihao Ye <zihaoye.cs@gmail.com>
-
- 11 Jan, 2020 1 commit
-
-
Mufei Li authored
-
- 10 Jan, 2020 1 commit
-
-
xiang song(charlie.song) authored
* remote copy from parent * upd * make test_sampler easier to pass
-
- 09 Jan, 2020 6 commits
-
-
Quan (Andy) Gan authored
* [BUG] Fix empty heterograph creation with list & tuple * more fix
-
Zihao Ye authored
* upd * upd * upd * upd * lint * upd * upd * upd * upd * upd Co-authored-by:VoVAllen <VoVAllen@users.noreply.github.com>
-
Quan (Andy) Gan authored
* [Feature] Pickle support for heterograph * fix lint Co-authored-by:VoVAllen <VoVAllen@users.noreply.github.com>
-
Zihao Ye authored
* upd * upd * upd * upd * lint * upd * upd * upd * upd Co-authored-by:VoVAllen <VoVAllen@users.noreply.github.com>
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
Fixes #1182 . This is embarrassing.
-
- 08 Jan, 2020 1 commit
-
-
xiang song(charlie.song) authored
* multi-gpu * Pytorch can run but test has acc problem * pytorch train/eval can run in multi-gpu * Fix eval * Fix * Fix mxnet * trigger * triger * Fix mxnet score_func * Fix * check * FIx default arg * Fix train_mxnet mix_cpu_gpu * Make relation mix_cpu_gpu * delete some dead code * some opt for update * Fix cpu grad update
-
- 07 Jan, 2020 2 commits
-
-
Zihao Ye authored
* upd * upd
-
-
- 06 Jan, 2020 2 commits
-
-
Chao Ma authored
* API change of kvstore * add demo for kvstore * update * remove duplicated log * change queue size * update * update * update * update * update * update * update * update * update * fix lint * change name * update * fix lint * update * update * update * update * change message queue size to a python argument * change default queue size to 2GB * OMP_NUM_THREADS=1 * add multiple NICs support for kvstore * test * fix lint * update * update * update * update * update * update * update * fix lint * fix lint * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * fix lint * update * fix lint * delete msg * clear kv msg * update * update * update * update * update * update * is not None * update * update * update * update * update * update * update * update * update * update
-
Quan (Andy) Gan authored
-
- 05 Jan, 2020 2 commits
-
-
Chao Ma authored
* API change of kvstore * add demo for kvstore * update * remove duplicated log * change queue size * update * update * update * update * update * update * update * update * update * fix lint * change name * update * fix lint * update * update * update * update * change message queue size to a python argument * change default queue size to 2GB * OMP_NUM_THREADS=1 * add multiple NICs support for kvstore * test * fix lint * update * update * update * update * update * update * update * fix lint * fix lint * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * fix lint * update * fix lint
-
Da Zheng authored
* attach positive. * add neg_deg_sample. * add comment. * add neg_deg_sample for eval. * change the edge sampler. * rename edge sampler in KG. * allow specifying chunk size and negative sample size separately. * fix bugs in KG. * add check in sampler. * add more checks. * fix * add comment. * add comments.
-
- 04 Jan, 2020 1 commit
-
-
Da Zheng authored
* remove parallel sampling for multiprocessing. * avoid memory copy in eval. * remove print.
-
- 03 Jan, 2020 1 commit
-
-
Da Zheng authored
* add no_eval_filter * fix eval.
-
- 02 Jan, 2020 1 commit
-
-
Da Zheng authored
-
- 01 Jan, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd * lint * upd * upd * lint * upd * refactor * lint * upd * upd * upd * lint * fix * fix * upd * upd * upd * upd * upd * upd * upd * complete test * upd * upd * fix * vir * upd * fix * fuck * fix numerical
-