1. 03 Oct, 2018 1 commit
  2. 01 Oct, 2018 3 commits
  3. 25 Sep, 2018 3 commits
  4. 24 Sep, 2018 1 commit
  5. 21 Sep, 2018 3 commits
  6. 20 Sep, 2018 6 commits
  7. 19 Sep, 2018 2 commits
  8. 17 Sep, 2018 2 commits
  9. 16 Sep, 2018 3 commits
  10. 13 Sep, 2018 1 commit
  11. 11 Sep, 2018 1 commit
  12. 08 Sep, 2018 1 commit
  13. 05 Sep, 2018 2 commits
  14. 01 Sep, 2018 1 commit
    • Minjie Wang's avatar
      Builtin function and API changes (#53) · 61fa3c6c
      Minjie Wang authored
      * WIP: API renaming
      
      * API rewrite and node function refactor
      
      * builtin functions
      
      * builtin functions tested
      
      * fix test
      
      * send and recv spmv test
      
      * WIP: fix examples
      
      * Fix examples using new APIs
      61fa3c6c
  15. 29 Aug, 2018 1 commit
  16. 28 Aug, 2018 1 commit
    • Gan Quan's avatar
      Fix 0deg update_to and Tree-LSTM model (#51) · b7eb1659
      Gan Quan authored
      * WIP
      
      * WIP
      
      * treelstm dataloader
      
      * Main training loop.
      
      * trainable treelstm script
      
      * fix dependency
      
      * cuda training
      
      * Add tensorized topological traversal
      
      * allowing update_to() with no incoming messages
      
      * fixing partial cases
      b7eb1659
  17. 24 Aug, 2018 1 commit
  18. 23 Aug, 2018 1 commit
  19. 22 Aug, 2018 1 commit
    • Minjie Wang's avatar
      Many fix and updates (#47) · 6105e441
      Minjie Wang authored
      * subgraph copy from
      
      * WIP
      
      * cached members
      
      * Change all usage of id tensor to the new Index object; remove set device in DGLGraph;
      
      * subgraph merge API tested
      
      * add dict type reduced msg test
      6105e441
  20. 18 Aug, 2018 1 commit
    • Minjie Wang's avatar
      Subgraph API (#39) · 3721822e
      Minjie Wang authored
      * subgraph
      
      * more test cases
      
      * WIP
      
      * new FrameRef and test
      
      * separate nx init code
      
      * WIP
      
      * subgraph code and test
      
      * line graph code and test
      
      * adding new test for adding new features on line graphs
      
      * no backtracking line graph
      
      * fix inplace relabel
      3721822e
  21. 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
  22. 13 Aug, 2018 1 commit
  23. 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