1. 25 Apr, 2021 1 commit
  2. 09 Apr, 2021 1 commit
  3. 05 Apr, 2021 1 commit
  4. 25 Mar, 2021 1 commit
  5. 18 Mar, 2021 2 commits
  6. 17 Mar, 2021 1 commit
  7. 14 Mar, 2021 1 commit
  8. 03 Mar, 2021 1 commit
  9. 23 Feb, 2021 2 commits
  10. 19 Feb, 2021 2 commits
  11. 12 Feb, 2021 2 commits
  12. 05 Feb, 2021 2 commits
  13. 29 Jan, 2021 1 commit
  14. 28 Jan, 2021 1 commit
  15. 27 Jan, 2021 1 commit
    • xiang song(charlie.song)'s avatar
      [Feature] Add support for sparse embedding (#2451) · a7e941c3
      xiang song(charlie.song) authored
      
      
      * Add sparse embedding for dgl and update rgcn example
      
      * upd
      
      * Fix
      
      * Revert "Fix"
      
      This reverts commit 4da87cdfb8b8c3506b7fc7376cd2385ba8045c2a.
      
      * Fix
      
      * upd
      
      * upd
      
      * Fix
      
      * Add unitest and update impl
      
      * fix
      
      * Clean up rgcn example code
      
      * upd
      
      * upd
      
      * update
      
      * Fix
      
      * update score
      
      * sparse for sage
      
      * remove model sparse
      
      * upd
      
      * upd
      
      * remove global norm
      
      * revert delete model_sparse.py
      
      * update according to comments
      
      * Fix doc
      
      * upd
      
      * Fix test
      
      * upd
      
      * lint
      
      * lint
      
      * lint
      
      * upd
      
      * upd
      
      * clean up
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-56-220.ec2.internal>
      a7e941c3
  16. 26 Jan, 2021 2 commits
  17. 14 Jan, 2021 1 commit
  18. 13 Jan, 2021 1 commit
  19. 12 Jan, 2021 1 commit
  20. 04 Jan, 2021 1 commit
  21. 21 Dec, 2020 1 commit
  22. 20 Dec, 2020 1 commit
    • Mufei Li's avatar
      [Fix] Avoid Overloading Nonzero for PyTorch Backend (#2434) · 492ad9be
      Mufei Li authored
      * Update gatedgraphconv.py
      
      * Update entity_classify.py
      
      * Update data-process.rst
      
      * Update reading_data.py
      
      * Update data-process.rst
      
      * Update utils.py
      
      * Update knowledge_graph.py
      
      * Update entity_classify.py
      
      * Update rdf.py
      
      * Update entity_classify_mb.py
      
      * Update test_classify.py
      
      * Update tensor.py
      
      * Update sparse.py
      
      * Update entity_classify_mp.py
      
      * Update 6_line_graph.py
      492ad9be
  23. 07 Dec, 2020 1 commit
  24. 19 Nov, 2020 1 commit
  25. 10 Nov, 2020 1 commit
  26. 25 Sep, 2020 1 commit
  27. 28 Aug, 2020 1 commit
  28. 21 Aug, 2020 1 commit
  29. 20 Aug, 2020 1 commit
    • Minjie Wang's avatar
      [Doc] Scan the API docs and make many changes (#2080) · f13b9b62
      Minjie Wang authored
      
      
      * WIP: api
      
      * dgl.sampling, dgl.data
      
      * dgl.sampling; dgl.dataloading
      
      * sampling packages
      
      * convert
      
      * subgraph
      
      * deprecate
      
      * subgraph APIs
      
      * All docstrings for convert/subgraph/transform
      
      * almost all funcs under dgl namespace
      
      * WIP: DGLGraph
      
      * done graph query
      
      * message passing functions
      
      * lint
      
      * fix merge error
      
      * fix test
      
      * lint
      
      * fix
      Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
      f13b9b62
  30. 18 Aug, 2020 1 commit
  31. 17 Aug, 2020 3 commits
    • Mufei Li's avatar
      [Doc/Feature] Refactor, doc update and behavior fix for graphs (#1983) · be444e52
      Mufei Li authored
      
      
      * Update graph
      
      * Fix for dgl.graph
      
      * from_scipy
      
      * Replace canonical_etypes with relations
      
      * from_networkx
      
      * Update for hetero_from_relations
      
      * Roll back the change of canonical_etypes to relations
      
      * heterograph
      
      * bipartite
      
      * Update doc
      
      * Fix lint
      
      * Fix lint
      
      * Fix test cases
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Update
      
      * Fix test
      
      * Fix
      
      * Update
      
      * Use DGLError
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Update
      
      * Fix
      
      * Update
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Update
      
      * Fix
      
      * Update
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * rewrite sanity checks
      
      * delete unnecessary checks
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Update
      
      * Fix
      
      * Update
      
      * Fix
      
      * Fix
      
      * Update
      
      * Fix
      
      * Update
      
      * Fix
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
      be444e52
    • Jinjing Zhou's avatar
      [NN] Add ChebConv for Tensorflow (#2038) · 0afc3cf8
      Jinjing Zhou authored
      * add chebconv
      
      * fix
      
      * lint
      
      * fix lint
      
      * docs
      0afc3cf8
    • Tianjun Xiao's avatar
      [Doc] API Doc update for mxnet and tf, remove some degree check (#2028) · b1e69105
      Tianjun Xiao authored
      * mx tf relconv
      
      * use method instead of private attr
      
      * src and dst have different fc for gat
      
      * update edgeconv
      
      * change sage and sgconv
      
      * no degree check on gin
      
      * add remainding API doc
      
      * fix pylint
      
      * infer fc_src and fc_dst, only one tensor for block
      
      * fix pytest
      b1e69105
  32. 14 Aug, 2020 1 commit
    • zhjwy9343's avatar
      [Doc] new nn api doc (#2019) · 2fa7f71a
      zhjwy9343 authored
      
      
      * Add dotproduct attention
      
      * [Feature] Add dotproduct attention
      
      * [Feature] Add dotproduct attention
      
      * [Feature] Add dotproduct attention
      
      * [New] Update landing page
      
      * [New] Update landing page
      
      * [New] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Improvement] use dgl build-in in dotgatconv
      
      * [Doc] review API doc string bottom up
      
      * [Doc] Add doc of input and output features
      
      * [Doc] Update doc string for pooling and transformer.
      
      * [Doc] Reformat doc string and change some wordings.
      
      * [Doc] Doc string refactoring.
      
      * [Doc] Doc string refactoring.
      
      * [Doc] Doc string refactoring.
      
      * [Doc] Doc string refactoring.
      
      * [Doc] Doc string refactoring.
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      2fa7f71a