1. 16 Aug, 2019 1 commit
  2. 15 Aug, 2019 1 commit
    • Mufei Li's avatar
      [Model Zoo] Refactor GCN on Tox21 (#766) · cd9fb7ba
      Mufei Li authored
      * [Model zoo] Model zoo (#765)
      
      * tox21
      
      * fix ci
      
      * fix ci
      
      * fix urls to url
      
      * add doc
      
      * remove binary
      
      * model zoo
      
      * test
      
      * markdown
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * raise error
      
      * fix lint
      
      * remove unnecessary
      
      * fix doc
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * Update
      
      * CI
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * CI
      cd9fb7ba
  3. 14 Aug, 2019 2 commits
  4. 10 Aug, 2019 1 commit
  5. 09 Aug, 2019 1 commit
  6. 07 Aug, 2019 3 commits
    • lunar's avatar
      [Model] Schnet & MGCN (#726) · e1f08644
      lunar authored
      * [Model] SchNet
      
      * [Model] SchNet model
      
      * [Model] Schnet Model fix device-related bug
      
      * [Model] SchNet fix bugs
      
      * [Model] SchNet fix some bugs
      
      * [Model] Schnet 🎨 code indent format
      
      * [Model] SchNet  fix some typos
      e1f08644
    • Chao Ma's avatar
      [Fix] Hold NDArray reference during send() (#740) · 747a8bee
      Chao Ma authored
      * fix NDArray reference
      
      * fix lint
      
      * capture NDArray in the closure
      747a8bee
    • Quan (Andy) Gan's avatar
      [NodeFlow] Non-uniform neighbor sampling (#711) · 16061925
      Quan (Andy) Gan authored
      * nonuniform sampler
      
      * unit test
      
      * test on out neighbors
      
      * error checks
      
      * lint
      
      * fix
      
      * clarification
      
      * use macro switcher
      
      * use empty array for uniform sampling
      
      * oops
      
      * Revert "oops"
      
      This reverts commit a11f9ae707aaeb67fb5921c887a17d3711d5b04a.
      
      * Revert "use empty array for uniform sampling"
      
      This reverts commit 8526ce4cade89f2c1b09a08aca8830375ebafb31.
      
      * re-reverting
      
      * use a method
      16061925
  7. 06 Aug, 2019 1 commit
  8. 05 Aug, 2019 2 commits
    • Zihao Ye's avatar
      [Feature] DGL Pooling modules (#669) · 5d3f470b
      Zihao Ye authored
      * removal doc
      
      * glob
      
      * upd
      
      * rm knn
      
      * add softmax
      
      * upd
      
      * upd
      
      * add broadcast and s2s
      
      * optimize max_on
      
      * forsaken changes to heterograph
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * bugfix
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * format upd
      
      * upd format
      
      * upd doc
      
      * upd
      
      * import order
      
      * upd
      
      * rm warnings
      
      * fix
      
      * upd test
      
      * upd
      
      * upd
      
      * fix device
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * remove 1.1
      
      * upd
      
      * trigger
      
      * trigger
      
      * add more tests
      
      * fix device
      
      * upd
      
      * upd
      
      * refactor
      
      * fix?
      
      * fix
      
      * upd docstring
      
      * refactor
      
      * upd
      
      * fix
      
      * upd
      
      * upd
      
      * upd
      
      * fix
      
      * upd docs
      
      * add shape
      
      * refactor & upd doc
      
      * upd doc
      
      * upd
      5d3f470b
    • Chao Ma's avatar
      [Network] Refactoring Communicator (#679) · c3516f1a
      Chao Ma authored
      * Refactoring Communicator
      
      * fix lint
      
      * change non-const reference
      
      * add header file
      
      * use MemoryBuffer
      
      * update PR
      
      * fix bug on csr shape
      
      * zero-copy msg_queue
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * add header file
      
      * fix windows build error
      
      * fix windows build error
      
      * update
      
      * fix lint
      
      * update
      
      * fix lint
      
      * fix lint
      
      * add more test
      
      * fix windows test
      
      * update windows test
      
      * update windows test
      
      * update windows test
      
      * update
      
      * fix lint
      
      * fix lint
      
      * update
      
      * update
      
      * update
      
      * update
      
      * use STATUS code
      
      * update test
      
      * remove mem_cpy
      
      * fix lint
      
      * update
      
      * finish
      
      * ConstructNFTensor
      
      * add test for deallocator
      
      * update
      
      * fix lint
      c3516f1a
  9. 02 Aug, 2019 1 commit
  10. 31 Jul, 2019 1 commit
    • Quan (Andy) Gan's avatar
      [Refactor] C random number generator (#729) · e9e587b6
      Quan (Andy) Gan authored
      * rng refactor
      
      * fix bugs
      
      * unit test
      
      * remove setsize
      
      * lint
      
      * fix test
      
      * use explicit instantiation instead of inlining
      
      * stricter test
      
      * use tvm solution
      
      * moved python interface to dgl.random
      
      * lint
      
      * address comments
      
      * make getthreadid an inline function
      e9e587b6
  11. 30 Jul, 2019 1 commit
  12. 29 Jul, 2019 1 commit
  13. 27 Jul, 2019 1 commit
    • Minjie Wang's avatar
      [Hetero] Heterograph C++ implementation; Bipartite and Python wrapper (#725) · 7ad663c3
      Minjie Wang authored
      * finish bipartite graph implementation; compiled
      
      * finished heterograph implementation; compiled
      
      * WIP: apis
      
      * C API codes
      
      * compiled
      
      * WIP: python
      
      * HeteroGraphIndex
      
      * WIP: test
      
      * add DGLContext support in ffi
      
      * fix bug in has edge
      
      * unittests except edge subgraph
      
      * edge subgraph
      
      * fix lint
      
      * address comments
      
      * poke ci
      
      * try fix
      
      * fix msvc
      7ad663c3
  14. 23 Jul, 2019 2 commits
  15. 17 Jul, 2019 1 commit
    • Minjie Wang's avatar
      [Refactor] Separating graph and sparse matrix operations (#699) · b0d9e7aa
      Minjie Wang authored
      * WIP: array refactoring
      
      * WIP: implementation
      
      * wip
      
      * most csr part
      
      * WIP: on coo
      
      * WIP: coo
      
      * finish refactoring immutable graph
      
      * compiled
      
      * fix undefined ndarray copy bug; add COOToCSR when coo has no data array
      
      * fix bug in COOToCSR
      
      * fix bug in CSR constructor
      
      * fix bug in in_edges(vid)
      
      * fix OutEdges bug
      
      * pass test_graph
      
      * pass test_graph
      
      * fix bug in CSR constructor
      
      * fix bug in CSR constructor
      
      * fix bug in CSR constructor
      
      * fix stupid bug
      
      * pass gpu test
      
      * remove debug printout
      
      * fix lint
      
      * rm biparate grpah
      
      * fix lint
      
      * address comments
      
      * fix bug in Clone
      
      * cpp utests
      b0d9e7aa
  16. 15 Jul, 2019 1 commit
  17. 12 Jul, 2019 1 commit
  18. 10 Jul, 2019 1 commit
  19. 02 Jul, 2019 1 commit
  20. 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
  21. 28 Jun, 2019 1 commit
  22. 27 Jun, 2019 1 commit
  23. 26 Jun, 2019 1 commit
  24. 20 Jun, 2019 2 commits
  25. 19 Jun, 2019 1 commit
  26. 18 Jun, 2019 1 commit
  27. 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
  28. 15 Jun, 2019 2 commits
  29. 14 Jun, 2019 2 commits
  30. 13 Jun, 2019 2 commits