1. 12 Jul, 2019 1 commit
  2. 10 Jul, 2019 1 commit
  3. 02 Jul, 2019 1 commit
  4. 01 Jul, 2019 2 commits
    • Minjie Wang's avatar
      [FFI] FFI container support, custom structure extension via Object (#693) · 90e78c58
      Minjie Wang authored
      * WIP: import tvm runtime node system
      
      * WIP: object system
      
      * containers
      
      * tested basic container composition
      
      * tested custom object
      
      * fix setattr bug
      
      * tested object container return
      
      * fix lint
      
      * some comments about get/set state
      
      * fix lint
      
      * fix lint
      
      * update cython
      
      * fix cython
      
      * ffi doc
      
      * fix doc
      90e78c58
    • HQ's avatar
      [Model] DiffPool with both DGL and tensorized operatons (#665) · 684a61ad
      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
      684a61ad
  5. 28 Jun, 2019 1 commit
  6. 27 Jun, 2019 1 commit
  7. 26 Jun, 2019 1 commit
  8. 20 Jun, 2019 2 commits
  9. 19 Jun, 2019 1 commit
  10. 18 Jun, 2019 1 commit
  11. 17 Jun, 2019 1 commit
    • Da Zheng's avatar
      [API] Heterograph (#657) · 401f22ca
      Da Zheng authored
      * [Feature][RFC] Heterogeneous graph interface (#553)
      
      * heterogeneous graph interface
      
      * lint
      
      * disable lints
      
      * disable lint checks
      
      * change node_types to dict
      
      * update
      
      * update
      
      * heterograph view
      
      * message passing with types
      
      * clarifications
      
      * graph queries
      
      * clarifications
      
      * moving add_XXX to Base
      
      * from_networkx
      
      * register functions
      
      * Update heterograph.py
      
      * lint.
      401f22ca
  12. 15 Jun, 2019 2 commits
  13. 14 Jun, 2019 2 commits
  14. 13 Jun, 2019 4 commits
  15. 12 Jun, 2019 5 commits
  16. 11 Jun, 2019 3 commits
  17. 10 Jun, 2019 6 commits
  18. 09 Jun, 2019 4 commits
    • Da Zheng's avatar
      [BUGFIX] Fix bugs in shared mem graph store. (#630) · 2e9949d2
      Da Zheng authored
      * fix graph store for Pytorch.
      
      * add test.
      
      * fix dtype error in test
      
      * disable test on GPU.
      
      * test avoid windows.
      
      * fix shared-memory test.
      
      * use script to control testing environment.
      
      * update test.
      
      * enable all tests.
      
      * fix test script.
      2e9949d2
    • Da Zheng's avatar
      Define node/edge Ids in NodeFlow more clearly (#628) · fc7775a2
      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.
      fc7775a2
    • Minjie Wang's avatar
      [Examples] Run all the examples (#623) · dec8b49b
      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
      dec8b49b
    • Lingfan Yu's avatar
      [Model] Update GAT model code (#622) · 74e13eea
      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
      74e13eea
  19. 08 Jun, 2019 1 commit