1. 16 Aug, 2018 2 commits
    • Lingfan Yu's avatar
      bug fix · 1f16f29b
      Lingfan Yu authored
      1f16f29b
    • Lingfan Yu's avatar
      Deep Generative Models of Graphs (#14) · 96179b0c
      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
      96179b0c
  2. 10 Aug, 2018 1 commit
    • Minjie Wang's avatar
      GAT model (#37) · ee241699
      Minjie Wang authored
      * GAT model
      
      * fix output projection to have only one head
      ee241699
  3. 07 Aug, 2018 1 commit
  4. 06 Aug, 2018 1 commit
    • Minjie Wang's avatar
      SPMV specialization (#32) · 2c489fad
      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
      2c489fad
  5. 13 Jul, 2018 1 commit
  6. 12 Jul, 2018 1 commit
  7. 11 Jul, 2018 1 commit
  8. 10 Jul, 2018 3 commits
  9. 04 Jul, 2018 1 commit
    • Lingfan Yu's avatar
      Reduce API (#15) · 68fb5f7e
      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
      68fb5f7e
  10. 25 Jun, 2018 1 commit
  11. 22 Jun, 2018 1 commit
  12. 20 Jun, 2018 4 commits
  13. 19 Jun, 2018 1 commit
  14. 18 Jun, 2018 1 commit
  15. 16 Jun, 2018 1 commit
  16. 15 Jun, 2018 3 commits