- 09 Aug, 2018 1 commit
-
-
Minjie Wang authored
-
- 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
-
- 30 Jul, 2018 1 commit
-
-
Minjie Wang authored
* batch message_func, reduce_func and update_func Conflicts: python/dgl/backend/pytorch.py * test cases for batching Conflicts: python/dgl/graph.py * resolve conflicts * setter/getter Conflicts: python/dgl/graph.py * test setter/getter Conflicts: python/dgl/graph.py * merge DGLGraph and DGLBGraph Conflicts: python/dgl/graph.py Conflicts: python/dgl/graph.py * batchability test Conflicts: python/dgl/graph.py Conflicts: python/dgl/graph.py * New interface (draft) Conflicts: _reference/gat_mx.py _reference/molecular-gcn.py _reference/molecular-gcn_mx.py _reference/multi-gcn.py _reference/multi-gcn_mx.py _reference/mx.py python/dgl/graph.py * Batch operations on graph Conflicts: .gitignore python/dgl/backend/__init__.py python/dgl/backend/numpy.py python/dgl/graph.py * sendto * storage * NodeDict * DGLFrame/DGLArray * scaffold code for graph.py * clean up files; initial frame code * basic frame tests using pytorch * frame autograd test passed * fix non-batched tests * initial code for cached graph; tested * batch sendto * batch recv * update routines * update all * anonymous repr batching * specialize test * igraph dep * fix * fix * fix * fix * fix * clean some files * batch setter and getter * fix utests
-
- 23 Jul, 2018 1 commit
-
-
Minjie Wang authored
-
- 22 Jul, 2018 1 commit
-
-
Minjie Wang authored
* jenkins init * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * test succ (#1) * test succ * test fail * fix fail * fix jenkins * icon * icon * icon
-
- 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 2 commits
-
-
Minjie Wang authored
* Remove name args in register/sendto/update_edge/recvfrom * Support anonymous repr * Test anonymous edge repr * Test node states with both anonymous and explicit reprs
-
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 5 commits
-
-
Zheng Zhang authored
Example GCN and GAT model
-
Lingfan Yu authored
-
Lingfan Yu authored
-
Lingfan Yu authored
-
Lingfan Yu authored
-
- 19 Jun, 2018 5 commits
-
-
zzhang-cn authored
-
zzhang-cn authored
-
Zheng Zhang authored
-
-
zzhang-cn authored
-
- 18 Jun, 2018 1 commit
-
-
Minjie Wang authored
-
- 16 Jun, 2018 2 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
-
- 15 Jun, 2018 5 commits
-
-
Minjie Wang authored
-
Minjie Wang authored
-
Minjie Wang authored
-
Minjie Wang authored
-
Minjie Wang authored
-
- 14 Jun, 2018 5 commits
- 11 May, 2018 1 commit
-
-
Zheng Zhang authored
Tensor
-