1. 25 Aug, 2021 1 commit
  2. 03 Aug, 2021 1 commit
  3. 11 May, 2021 1 commit
  4. 20 Feb, 2021 1 commit
  5. 19 Feb, 2021 1 commit
  6. 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
  7. 30 Nov, 2020 1 commit
  8. 28 Aug, 2020 1 commit
  9. 20 Aug, 2020 1 commit
  10. 19 Aug, 2020 1 commit
  11. 03 Aug, 2020 1 commit
    • Xiangkun Hu's avatar
      [Dataset] SSTDataset (#1918) · 001d7937
      Xiangkun Hu authored
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * SSTDataset
      
      * Update tree.py
      001d7937
  12. 17 Jul, 2020 1 commit
  13. 19 Jun, 2020 1 commit
  14. 04 Jun, 2020 1 commit
  15. 02 Jun, 2020 1 commit
  16. 03 Apr, 2020 1 commit
  17. 22 Mar, 2020 1 commit
    • Minjie Wang's avatar
      [Doc] Patch tutorial (#1380) · 2cdc4d3c
      Minjie Wang authored
      * patched 1_first
      
      * done 2_basics
      
      * done 4_batch
      
      * done 1_gcn, 9_gat, 2_capsule
      
      * 4_rgcn.py
      
      * revert
      
      * more fix
      2cdc4d3c
  18. 05 Mar, 2020 1 commit
  19. 04 Mar, 2020 1 commit
  20. 26 Jan, 2020 1 commit
  21. 11 Jan, 2020 1 commit
  22. 17 Dec, 2019 1 commit
    • John Andrilla's avatar
      [Doc] Tree-LSTM in DGL, edit pass for readability (#1031) · 41114b87
      John Andrilla authored
      * [Doc] Tree-LSTM in DGL, edit pass for readability
      
      Edit for grammar and style. 
      How about deleting the last line? "Besides, you..." It needs a transition or some context.
      
      * Update tutorials/models/2_small_graph/3_tree-lstm.py
      
      * Update tutorials/models/2_small_graph/3_tree-lstm.py
      41114b87
  23. 16 Dec, 2019 1 commit
  24. 10 Dec, 2019 1 commit
  25. 05 Dec, 2019 1 commit
  26. 03 Dec, 2019 1 commit
  27. 02 Dec, 2019 1 commit
  28. 01 Dec, 2019 2 commits
  29. 30 Nov, 2019 2 commits
  30. 29 Nov, 2019 2 commits
  31. 28 Nov, 2019 1 commit
  32. 30 Oct, 2019 1 commit
    • xiang song(charlie.song)'s avatar
      [Bug Fix] Fix package reliability bug of networkx (#949) · 82499e60
      xiang song(charlie.song) authored
      * upd
      
      * fig edgebatch edges
      
      * add test
      
      * trigger
      
      * Update README.md for pytorch PinSage example.
      
      Add noting that the PinSage model example under
      example/pytorch/recommendation only work with Python 3.6+
      as its dataset loader depends on stanfordnlp package
      which work only with Python 3.6+.
      
      * Provid a frame agnostic API to test nn modules on both CPU and CUDA side.
      
      1. make dgl.nn.xxx frame agnostic
      2. make test.backend include dgl.nn modules
      3. modify test_edge_softmax of test/mxnet/test_nn.py and
          test/pytorch/test_nn.py work on both CPU and GPU
      
      * Fix style
      
      * Delete unused code
      
      * Make agnostic test only related to tests/backend
      
      1. clear all agnostic related code in dgl.nn
      2. make test_graph_conv agnostic to cpu/gpu
      
      * Fix code style
      
      * fix
      
      * doc
      
      * Make all test code under tests.mxnet/pytorch.test_nn.py
      work on both CPU and GPU.
      
      * Fix syntex
      
      * Remove rand
      
      * Add TAGCN nn.module and example
      
      * Now tagcn can run on CPU.
      
      * Add unitest for TGConv
      
      * Fix style
      
      * For pubmed dataset, using --lr=0.005 can achieve better acc
      
      * Fix style
      
      * Fix some descriptions
      
      * trigger
      
      * Fix doc
      
      * Add nn.TGConv and example
      
      * Fix bug
      
      * Update data in mxnet.tagcn test acc.
      
      * Fix some comments and code
      
      * delete useless code
      
      * Fix namming
      
      * Fix bug
      
      * Fix bug
      
      * Add test for mxnet TAGCov
      
      * Add test code for mxnet TAGCov
      
      * Update some docs
      
      * Fix some code
      
      * Update docs dgl.nn.mxnet
      
      * Update weight init
      
      * Fix
      
      * reproduce the bug
      
      * Fix concurrency bug reported at #755.
      Also make test_shared_mem_store.py more deterministic.
      
      * Update test_shared_mem_store.py
      
      * Update dmlc/core
      
      * networkx >= 2.4 will break our examples
      
      * Update tutorials/requirements
      
      * fix selfloop edges
      
      * upd version
      82499e60
  33. 02 Oct, 2019 1 commit
  34. 13 Jun, 2019 1 commit
  35. 11 Jun, 2019 1 commit
  36. 10 Jun, 2019 1 commit
  37. 03 Jun, 2019 1 commit