- 17 Mar, 2020 1 commit
-
-
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 3 commits
-
-
Mufei Li authored
-
Mufei Li authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Minjie Wang authored
* change the model to use node embedding only * minibatch training * add readme * small fix * backward-compatible * backward compatible * modify to_block; rgcn changed * fix * fix transform * fix bug in unittest script * docstring * fix lint * add tests * address comments; fix offline eval * gitignore
-
- 15 Mar, 2020 4 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
* improve speed * fix bugs * upd reg test
-
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 3 commits
-
-
xiang song(charlie.song) authored
* Fix coo_sort * Add COOSort test * Fix * omp * coo2csr can benefit from sorted coo * Add more test code * Add LIBCXX_ENABLE_PARALLEL_ALGORITHMS to Makefile * upd * Turn off LIBCXX_ENABLE_PARALLEL_ALGORITHMS by default Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Mufei Li authored
-
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 6 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>
-