- 23 Aug, 2019 1 commit
-
-
Minjie Wang authored
* rgcn module * support id input * WIP: model codes * use faster index select * dropout * self loop * WIP: link prediction * fix lint * WIP: docs * docstring * docstring * merge two child classes * mxnet rgcn module * fix lint * fix lint * fix rename bug * add uniform edge sampler * fix fn name * docstring * fix mxnet rgcn module * fix mx rgcn * enable test on cuda
-
- 21 Aug, 2019 1 commit
-
-
VoVAllen authored
* Add early stop * add mxnet version * Poke ci
-
- 20 Aug, 2019 1 commit
-
-
Sahand authored
-
- 18 Aug, 2019 1 commit
-
-
Mufei Li authored
-
- 16 Aug, 2019 1 commit
-
-
xiang song(charlie.song) authored
Add noting that the PinSage model example under example/pytorch/recommendation only work with Python 3.6+ as its dataset loader depends on stanfordnlp package which work only with Python 3.6+.
-
- 15 Aug, 2019 1 commit
-
-
Mufei Li authored
* [Model zoo] Model zoo (#765) * tox21 * fix ci * fix ci * fix urls to url * add doc * remove binary * model zoo * test * markdown * fix typo * fix typo * fix typo * raise error * fix lint * remove unnecessary * fix doc * fix * fix * fix * fix * fix * fix * Update * CI * Fix * Fix * Fix * Fix * Fix * CI
-
- 09 Aug, 2019 1 commit
-
-
Xiagkun Hu authored
* rrn model and sudoku * add README * refine the code, add doc strings * add sudoku solver
-
- 07 Aug, 2019 1 commit
-
-
lunar authored
* [Model] SchNet * [Model] SchNet model * [Model] Schnet Model fix device-related bug * [Model] SchNet fix bugs * [Model] SchNet fix some bugs * [Model] Schnet
🎨 code indent format * [Model] SchNet✏ fix some typos
-
- 02 Jul, 2019 1 commit
-
-
HQ authored
* formatting * formatting
-
- 01 Jul, 2019 1 commit
-
-
HQ authored
* diffpool original file added * make diffpool fuse up and running * minor tweak on tu dataset statistics method * fix tu * break * delete break * pre_org * diffpool fuse reorg * fix random shuffling * fix bn * add dgl layers * early stopping * add readme * fix * add diffpool preprocess script * tweak tu dataset * tweak * tweak * tweak * tweak * tweak * preprocess dataset * fix early stopping * fix * fix * fix * tweak * readme * code review * code review * dataset code review * update README * code review * tu doc
-
- 20 Jun, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 15 Jun, 2019 1 commit
-
-
Lingfan Yu authored
* update speed numbers in readme * numbers in examples/pytorch/readme
-
- 14 Jun, 2019 1 commit
-
-
Tianyi authored
-
- 12 Jun, 2019 1 commit
-
-
Da Zheng authored
* copy graph index to shared memory. * fix. * fix. * fix. * use a diff name for in-csr and out-csr. * fix lint. * remove print. * add test. * add comments.
-
- 10 Jun, 2019 1 commit
-
-
Da Zheng authored
* enable tutorial test in CI. * extand DGLGraph graph_data. * update doc. * Revert "enable tutorial test in CI." This reverts commit cd774067180922bb6ae979bde4aecbffc61c8147. * accept DGLGraph in graph store.
-
- 09 Jun, 2019 3 commits
-
-
Da Zheng authored
* add tests. * distinguish layer-local nid and nodeflow nid. * use numpy assert_array_equal and assert_allclose * fix map_from_parent_nid * fix test * fix test. * renmae remap. * update doc. * update doc. * update doc. * fix test. * fix test.
-
Minjie Wang authored
* all pytorch examples * scan through mxnet examples * change reddit data * tweak numerical range for unittest * fix ci * fix ci * fix * add seed to workaround
-
Lingfan Yu authored
* fix gat code to use latest edge softmax module * avoid transpose * update README * use edge_softmax op * mxnet edge softmax op * mxnet gat * update README * fix unittest * fix ci * fix mxnet nn test; relax criteria for prod reducer
-
- 02 Jun, 2019 1 commit
-
-
Minjie Wang authored
* to simple * WIP: multigraph flag * graph index refactor; pass basic testing * graph index refactor; pass basic testing * fix bug in to_simple; pass torch test * fix mx utest * fix example * fix lint * fix ci * poke ci * poke ci * WIP * poke ci * poke ci * poke ci * change ci workspace * poke ci * poke ci * poke ci * poke ci * delete ci * use enum for multigraph flag
-
- 30 May, 2019 2 commits
- 28 May, 2019 1 commit
-
-
Chao Ma authored
-
- 26 May, 2019 1 commit
-
-
Chao Ma authored
* update * update * update demo
-
- 25 May, 2019 1 commit
-
-
Da Zheng authored
* load mxnet csr. * enable load large csr. * fix * fix. * fix int overflow. * fix test.
-
- 24 May, 2019 1 commit
-
-
Chao Ma authored
* update * update * update * add sender * update * remove duplicate cpde
-
- 23 May, 2019 4 commits
-
-
Da Zheng authored
* fix. * use inplace. * move to shared memory graph store. * fix. * add more unit tests. * fix. * fix test. * fix test. * disable test. * fix.
-
Chao Ma authored
* update * update * re-use single-machine code * update * use relative path * update * update * update * add __init__.py * add __init__.py * import sys, os * fix typo * update
-
Chao Ma authored
* update * update * update * update num_hops * fix bug * update * report numbers of distributed training in AMLC giant graph paper
-
Chao Ma authored
-
- 21 May, 2019 1 commit
-
-
Da Zheng authored
* add init_ndata and init_edata in DGLGraph. * adjust SharedMemoryGraph API. * print warning. * fix comment. * update example * fix. * fix examples. * add unit tests. * add comments.
-
- 20 May, 2019 1 commit
-
-
Da Zheng authored
* fix. * add comment. * remove. * temp fix. * initialize for shared memory. * fix graphsage. * fix gcn. * add more unit tests. * add more tests. * avoid creating shared-memory exclusively. * redefine remote initializer. * improve initializer. * fix unit test. * fix lint. * fix lint. * initialize data in the graph store server properly. * fix test. * fix test. * fix test. * small fix. * add comments. * cleanup server. * test graph store with a random port. * print. * print to stderr. * test1 * test2 * remove comment. * adjust the initializer signature.
-
- 16 May, 2019 1 commit
-
-
Quan (Andy) Gan authored
-
- 07 May, 2019 1 commit
-
-
Da Zheng authored
* reorganize sampling code. * add multi-process training. * speed up gcn_cv * fix graphsage_cv. * add new API in graph store. * update barrier impl. * support both local and distributed training. * fix multiprocess train. * fix. * fix barrier. * add script for loading data. * multiprocessing sampling. * accel training. * replace pull with spmv for speedup. * nodeflow copy from parent with context. * enable GPU. * fix a bug in graph store. * enable multi-GPU training. * fix lint. * add comments. * rename to run_store_server.py * fix gcn_cv. * fix a minor bug in sampler. * handle error better in graph store. * improve graphsage_cv for distributed mode. * update README. * fix. * update.
-
- 28 Apr, 2019 1 commit
-
-
Ziyue Huang authored
-
- 25 Apr, 2019 1 commit
-
-
Chao Ma authored
-
- 23 Apr, 2019 1 commit
-
-
Ziyue Huang authored
-
- 22 Apr, 2019 2 commits
- 18 Apr, 2019 1 commit
-
-
Aymen Waheb authored
* [Model] Add edge dropout to APPNP [Model] Add edge dropout to APPNP * [Model] Refactor the sampling examples (#498) * reorganize sampling code. * speedup gcn_ns. * speed up gcn_cv * fix graphsage_cv. * undo the modification. * accel training. * update readme. * [Model] Add edge dropout to APPNP [Model] Add edge dropout to APPNP update
-
- 17 Apr, 2019 1 commit
-
-
Da Zheng authored
* reorganize sampling code. * speedup gcn_ns. * speed up gcn_cv * fix graphsage_cv. * undo the modification. * accel training. * update readme.
-