- 19 Mar, 2020 1 commit
-
-
xiang song(charlie.song) authored
* Update README and config * upd Co-authored-by:Ubuntu <ubuntu@ip-172-31-60-78.ec2.internal>
-
- 17 Mar, 2020 2 commits
-
-
Chao Ma authored
* update metis * update * update dataloader * update dataloader * new script * update * update * update * update * update * update * update * update dataloader * update * update * update * update * update * update * update * Add license to every filer header
-
Chao Ma authored
* update metis * update * update dataloader * update dataloader * new script * update * update * update * update * update * update * update * update dataloader * update * update * update * update * update
-
- 16 Mar, 2020 1 commit
-
-
Mufei Li authored
-
- 15 Mar, 2020 2 commits
-
-
Da Zheng authored
Co-authored-by:Chao Ma <mctt90@gmail.com>
-
Da Zheng authored
* partition a KG. * get tid. * support builtin * fix a minor bug. Co-authored-by:Chao Ma <mctt90@gmail.com>
-
- 14 Mar, 2020 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update
-
- 13 Mar, 2020 1 commit
-
-
Mufei Li authored
-
- 12 Mar, 2020 1 commit
-
-
xiang song(charlie.song) authored
-
- 11 Mar, 2020 1 commit
-
-
Da Zheng authored
-
- 10 Mar, 2020 1 commit
-
-
Da Zheng authored
* adjust batch size. * fix for eval.py * adjust parameters in distributed training. * move code.
-
- 09 Mar, 2020 3 commits
-
-
Chao Ma authored
* update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * clean up args * change args for eval * update * update * update * update num_worker=8 * add num_proc=1 * update * update * add eval percent * update * update * update * save emb * update * update * update * update * update * remove neg_chunk_size * update * update * update * remove * update * remove * change num_thread
-
xiang song(charlie.song) authored
* Now dataset accepts user define datasets * UPdate README * Fix eval * Fix * Fix Freebase * Fix * Fix * upd * upd * Update README * Update some docstrings. * upd Co-authored-by:
Ubuntu <ubuntu@ip-172-31-8-26.us-east-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-19-78.us-east-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-60-78.ec2.internal>
-
Da Zheng authored
* save config. * save more.
-
- 05 Mar, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd * upd * lint * fix * fix test * fix * fix * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd tutorial * upd * upd * fix kg * upd doc organization * refresh test * upd * refactor doc * fix lint Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-
- 04 Mar, 2020 1 commit
-
-
Jinjing Zhou authored
-
- 02 Mar, 2020 1 commit
-
-
Chao Ma authored
* update * change name * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * change worker number * update * update * update * update * update * update * test * update * update * update * remove barrier * max_step * update * add complex * update * chmod +x * update * update * random partition * random partition * update * update * update * update * update * update * update * update * update * update * update * change num_test_proc * update num_thread * update
-
- 18 Feb, 2020 1 commit
-
-
Mufei Li authored
-
- 16 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 * Add soft relation part * Upd * Some fix * upd * Now work * Fix TransR * Fix eval and add some doc string * triger * upd * Add some training scripts for freebase multi-gpu * upd * upd * upd
-
- 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 1 commit
-
-
Mufei Li authored
* Fix * Update
-
- 03 Feb, 2020 1 commit
-
-
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
-
- 10 Jan, 2020 1 commit
-
-
xiang song(charlie.song) authored
* remote copy from parent * upd * make test_sampler easier to pass
-
- 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
-
- 05 Jan, 2020 1 commit
-
-
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
-
- 31 Dec, 2019 1 commit
-
-
Da Zheng authored
* accel edge sampling. * measure sampling time. * attach positive. * add neg_deg_sample. * fix a minor bug. * remove unnecessary code. * Revert "add neg_deg_sample." This reverts commit 45f3c08c87e33589563ca7e6a3ec91cb1239910e. * Revert "attach positive." This reverts commit 503d7821555b69b7ccfed55ce8b87ee24fff852d. Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
- 29 Dec, 2019 1 commit
-
-
Da Zheng authored
* reduce memory consumption. * fix a bug. * fix a bug. * fix.
-
- 24 Dec, 2019 1 commit
-
-
xiang song(charlie.song) authored
* Add weight based edge sampler * Can run, edge weight work. TODO: test node weight * Fix node weight sample * Fix y * Update doc * Fix syntex * Fix * Fix GPU test for sampler * Fix test * Fix * Refactor EdgeSampler to act as class object not function that it can record its own private states. * clean * Fix * Fix * Fix run bug on kg app * update * update test * test * Simply python API and fix some C code * Fix * Fix * Fix syntex * Fix * Update API description * add replacement for edge sampler * Now edge sampler support replacement and no-replacement * Fix * Fix * change kg/app to use edge sampler with replacement config * Update replacement algo * Fix syntax * Update * Update Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
- 20 Dec, 2019 1 commit
-
-
VoVAllen authored
* tf * add builtin support * fiix * pytest * fix * fix * fix some bugs * fix selecting * fix todo * fix test * fix test fail in tf * fix * fix * fix gather row * fix gather row * log backend * fix gather row * fix gather row * fix for pytorch * fix * fix * fix * fix * fix * fix tests * fix * fix * fix * fix * fix * fix * fix convert * fix * fix * fix * fix inplace * add alignment setting * add debug option * Revert "add alignment setting" This reverts commit ec63fb3506ea84fff7d447a1fbdfd1d5d1fb6110. * tf ci * fix lint * fix lint * add tfdlpack * fix type * add env * fix backend * fix * fix tests * remove one_hot * remove comment * remove comment * fix * use pip to install all * fix test * fix base * fix * fix * add skip * upgrade cmake * change version * change ci * fix * fix * fix * fix * fix seg fault * fix * fix python version * fix * try fix * fix * fix * tf takes longer time in ci * change py version * fix * fix * fix oom * change kg env * change kg env * 啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 * 我再也不搞各种乱七八糟环境了…… * use pytest * Chang image
-
- 13 Dec, 2019 1 commit
-
-
Da Zheng authored
-
- 01 Dec, 2019 2 commits
-
-
Da Zheng authored
-
xiang song(charlie.song) authored
* Add L2 distance score for TransE * Update README.md * Use linalg.gemm to speedup mx l2 dist * Fix
-
- 14 Nov, 2019 1 commit
-
-
MilkshakeForReal authored
Add RotatE support for KGE (apps/kg) Performance Result: Dataset FB15k: Result from Paper: MR: 40 MRR: 0.797 HIT@1: 74.6 HIT@3: 83.0 HIT@10: 88.4 Our Impl: MR: 39.6 MRR: 0.725 HIT@1: 62.8 HIT@3: 80.2 HIT@10: 87.5
-
- 01 Nov, 2019 1 commit
-
-
xiang song(charlie.song) authored
* Add TransR for kge * Now Pytorch TransR can run * Add MXNet TransR * Now mxnet can work with small dim size * Add test * Pass simple test_score * Update test with transR score func * Update RESCAL MXNet * Add missing funcs * Update init func for transR score * Revert "Update init func for transR score" This reverts commit 0798bb886095e7581f6675da5343376844ce45b9. * Update score func of TransR MXNet Make it more memory friendly and faster, thourgh it is still very slow and memory consuming * Update best config * Fix ramdom seed for test * Init score-func specific var * Update Readme
-
- 21 Oct, 2019 1 commit
-
-
Da Zheng authored
* add KG statistics. * add Freebase. * fix link.
-
- 12 Oct, 2019 1 commit
-
-
Chao Ma authored
* Add RESCAL model * update * update * match acc * update * add README.md * fix
-
- 11 Oct, 2019 1 commit
-
-
xiang song(charlie.song) authored
It cannot work when only mxnet backend is installed.
-