- 16 Aug, 2018 2 commits
-
-
Lingfan Yu authored
-
Lingfan Yu authored
* model code for generative graphs * batched version for dynamic graph generation using padding * renaming function train back to forward * remove old util function for padding DGMG * override networkx clear to reset state, add dgl.nn * Dynamic graph without batching * use relative import path * load dataset, pad batch * bug fix * experimental batch and unbatch * dgmg batched version * minor tweak * move preprocessing padding into data loading * batch graph test code * minor * batched graph class and test cases * make dgl.nn.gcn a simple layer plus minor fix * update dgmg model * test forward using attribute field * use frame append, minor changes * moving networkx operations out of forward * revert some changes * remove structural immutability check
-
- 10 Aug, 2018 1 commit
-
-
Minjie Wang authored
* GAT model * fix output projection to have only one head
-
- 07 Aug, 2018 1 commit
-
-
Minjie Wang authored
* synthetic dataset * some fix * gcn readme
-
- 06 Aug, 2018 1 commit
-
-
Minjie Wang authored
* fix edge list order problem in cached graph. * minor fix * fix bug in edge iter * SPMV works * gcn spmv on CPU * change gcn style * fix cached graph performance; fixed gcn dataset bug * reorg dir * non-batch spmv; partial update problem with shape change * fix reorder problem; finish gcn-batch impl * pop API * GPU context
-
- 13 Jul, 2018 1 commit
-
-
Ivan Brugere authored
Correctly handling lstm model creation
-
- 12 Jul, 2018 1 commit
-
-
Minjie Wang authored
* Change ; fix corner cases in issue20 * Change recvfrom to recv
-
- 11 Jul, 2018 1 commit
-
-
GaiYu0 authored
-
- 10 Jul, 2018 3 commits
-
-
Ivan Brugere authored
cleaning and documentation
-
Ivan Brugere authored
Initial example file for ginipath
-
Minjie Wang authored
-
- 04 Jul, 2018 1 commit
-
-
Lingfan Yu authored
* add reduce_msg related api to dgl graph * add reduce_sum, switch backend from numpy to pytorch * update gat gcn to use reduce msg api * remove reduce_sum * add built-in reduce functions
-
- 25 Jun, 2018 1 commit
-
-
GaiYu0 authored
* cdgnn example & minor fixes in dgl/graph.py * incomplete TreeLSTM * add data preprocess of SST * fix nx_SST.py * TreeLSTM completed
-
- 22 Jun, 2018 1 commit
-
-
Lingfan Yu authored
-
- 20 Jun, 2018 4 commits
-
-
Lingfan Yu authored
-
Lingfan Yu authored
-
Lingfan Yu authored
-
Lingfan Yu authored
-
- 19 Jun, 2018 1 commit
-
-
zzhang-cn authored
-
- 18 Jun, 2018 1 commit
-
-
Minjie Wang authored
-
- 16 Jun, 2018 1 commit
-
-
Minjie Wang authored
-
- 15 Jun, 2018 3 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
-
Minjie Wang authored
-