- 13 Mar, 2020 1 commit
-
-
hgalioulline authored
* Add filtered metrics for R-GCN example * Add new line to end of file * Add evaluation protocol argument option for R-GCN example * Update README Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 12 Mar, 2020 2 commits
-
-
xiang song(charlie.song) authored
-
Da Zheng authored
* fix a partition. * add comments.
-
- 11 Mar, 2020 2 commits
- 10 Mar, 2020 4 commits
-
-
Zihao Ye authored
* upd * upd * upd * upd * upd
-
Da Zheng authored
* adjust batch size. * fix for eval.py * adjust parameters in distributed training. * move code.
-
xiang song(charlie.song) authored
* compact * prealloc memory for hashtable * Fix * upd * Reduce memory * upd Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Quan (Andy) Gan authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 09 Mar, 2020 6 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
-
Jinjing Zhou authored
* patch * fix+1 * add readme * fix error message
-
Jinjing Zhou authored
* patch * fix+1 * add readme
-
Jinjing Zhou authored
* patch * fix+1
-
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.
-
- 08 Mar, 2020 3 commits
-
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-60-78.ec2.internal>
-
Jinjing Zhou authored
-
Da Zheng authored
* add metis. * add test. * construct partition id. * link to METIS github repo. * update metis. * add a tool for partitioning a graph. * update metis. * update. * update. * fix metis. * fix lint * fix indent. * another way of building metis. * disable metis in windows. * test windows * fix. * disable metis for windows properly. * fix for tensorflow. * skip test for gpu. * make graph symmetric * address comments. * more comments. * fix compile * fix a bug. * add test. * change the default #hops of HALO nodes. Co-authored-by:Ubuntu <ubuntu@ip-172-31-26-167.us-east-2.compute.internal>
-
- 07 Mar, 2020 3 commits
-
-
Quan (Andy) Gan authored
* remove edge and to bipartite and graphsage with sampling * fixes * fixes * fixes * reenable multigpu training * fixes * compatibility in DGLGraph * rename to compact_as_bipartite * bugfix * lint * add offline inference * skip GPU tests * fix * addresses comments * fix * fix * fix * more tests * more docs and unit tests * workaround for empty slice on empty data
-
Quan (Andy) Gan authored
* add num nodes in ctors * fix * lint * addresses comments * replace with constexpr * remove function with rvalue reference * address comments
-
Quan (Andy) Gan authored
-
- 06 Mar, 2020 2 commits
-
-
Jinjing Zhou authored
* fix script * t * fix weird bugs * fix * fix * upload * fix * fix * lint * fix * tmp * fix serialization * fix * fix lint * fix message * fix * lint * address comment * fix * lint * fix * fix * fix * Remove duplicate serialization for meta graph Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Zihao Ye authored
-
- 05 Mar, 2020 8 commits
-
-
Jinjing Zhou authored
* Update README.md * Update README.md * Update README.md Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Jinjing Zhou authored
* Fix RelGraphConv when num_bases is None * Improve error message in when num_bases is wrong * Fix integer modulo by zero exception when num_bases is 0 Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Mufei Li authored
-
Jinjing Zhou authored
* fix * data type * fix * fix * fix
-
Jinjing Zhou authored
* automatically select nn backend * rename load_backend to private * switch to backend_name Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
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>
-
Minjie Wang authored
This commit fixes a bug where the lock guard (for concurrently accessing the same scope from different threads) had basically no effect, due to being bound to a temporary only. Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-
Tong He authored
* add working scripts * add frcnn training script * remove redundent files * refactor validation computation, will optimize sgdet and training * validation finally finished * f-rcnn training * test reldn * rm file * update reldn training * data preprocess to h5 * temp * use coco json * fix conflict * new obj dataset for detection * update training * before cleanup * remove abundant files * add arg parse to train * cleanup code file * update * fix * add readme * add ipynb as demo * add demo pic * update readme * add demo script * improve paths * improve readme * add docstrings * fix args description * update readme * add models from s3 * update README Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-
- 04 Mar, 2020 5 commits
-
-
Da Zheng authored
* fix. * fix. * fix. * fix cmake.
-
Jinjing Zhou authored
* regression test * script
-
zhjwy9343 authored
* Update README.md add News section for zz request. * Update README.md * Update README.md Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-
Jinjing Zhou authored
-
Joseph Spisak authored
-
- 03 Mar, 2020 1 commit
-
-
Quan (Andy) Gan authored
* replace np.array with np.asarray * fix Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-
- 02 Mar, 2020 2 commits
-
-
Minjie Wang authored
* improve performance of sample_neighbors * some more improve * test script * benchmarks * multi process * update more tests * WIP * adding two API for state saving * add create from state * upd test * missing file * wip: pickle/unpickle * more c apis * find the problem of empty data array * add null array; pickling speed is bad * still bad perf * still bad perf * wip * fix the pickle speed test; now everything looks good * minor fix * bugfix * some lint fix * address comments * more fix * fix lint * add utest for random.choice * add utest for dgl.rand_graph * fix cpp utests * try fix ci * fix bug in TF backend * upd choice docstring * address comments * upd * try fix compile * add comment
-
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
-
- 28 Feb, 2020 1 commit
-
-
Quan (Andy) Gan authored
* [WIP] PinSAGE operators * moved the edge remapping mess into C * some docstrings * lint * lint x2 * lint x3 * skip gpu test on topk * extend pinsage to any metapath * lint x4 * addresses #1265 * add always_preserve (fixes #1266) and fix a silly bug * disable gpu test on compaction * lint * fix a horrible bug and add more tests * lint * addresses comments * lint * bugfix * addresses comments Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-