You need to sign in or sign up before continuing.
  1. 21 Jan, 2022 1 commit
    • Xin Yao's avatar
      [Feature] Pin dgl.graph to the page-locked memory (#3616) · 40b44a43
      Xin Yao authored
      
      
      * implement pin_memory/unpin_memory/is_pinned for dgl.graph
      
      * update python docstring
      
      * update c++ docstring
      
      * add test
      
      * fix the broken UnifiedTensor
      
      * eliminate extra context parameter for pin/unpin
      
      * fix linting
      
      * fix typo
      
      * disable new format materialization for pinned graphs
      
      * update python doc for pin_memory_
      
      * fix unit test
      
      * update doc
      
      * change unitgraph and heterograph's PinMemory to in-place
      
      * update comments for NDArray's PinMemory_ and PinData
      
      * update doc
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      40b44a43
  2. 17 Jan, 2022 1 commit
  3. 07 Jan, 2022 1 commit
    • Quan (Andy) Gan's avatar
      [Feature] Negative sampling (#3599) · 90f10b31
      Quan (Andy) Gan authored
      * first commit
      
      * a bunch of fixes
      
      * add unique
      
      * lint
      
      * lint
      
      * lint
      
      * address comments
      
      * Update negative_sampler.py
      
      * fix
      
      * description
      
      * address comments and fix
      
      * fix
      
      * replace unique with replace
      
      * test pylint
      
      * Update negative_sampler.py
      90f10b31
  4. 07 Dec, 2021 1 commit
  5. 02 Dec, 2021 1 commit
  6. 19 Nov, 2021 1 commit
  7. 16 Nov, 2021 1 commit
  8. 10 Nov, 2021 1 commit
    • Mufei Li's avatar
      [NN] GNNExplainer (#3490) · dfa32ae0
      Mufei Li authored
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * lint fix
      
      * lint fix
      
      * Fix lint
      
      * Update
      
      * Fix CI
      
      * Fix CI
      
      * Fix
      
      * CI
      
      * Fix
      
      * Update
      
      * Fix
      
      * Fix
      
      * Fix CI
      
      * Fix CI
      dfa32ae0
  9. 04 Nov, 2021 1 commit
  10. 03 Nov, 2021 1 commit
  11. 27 Oct, 2021 1 commit
  12. 02 Aug, 2021 1 commit
  13. 28 Jul, 2021 1 commit
  14. 13 Jul, 2021 1 commit
  15. 12 Jul, 2021 1 commit
  16. 07 Jul, 2021 1 commit
  17. 06 Jul, 2021 1 commit
  18. 05 Jul, 2021 1 commit
  19. 30 Jun, 2021 1 commit
  20. 29 Jun, 2021 1 commit
  21. 28 Jun, 2021 1 commit
  22. 21 Jun, 2021 1 commit
    • Kay Liu's avatar
      [Feature] add permission information and fix import problems (#3036) · 9706eaa8
      Kay Liu authored
      
      
      * [Feature] add positive negative statistics
      
      * [Feature] add permission information and fix import problem
      
      * fix backend incompatible problem
      
      * modify random split to remove sklearn usage
      
      * modify file read to remove pandas usage
      
      * add datasets into doc
      
      * add random seed in data splitting
      
      * add dataset unit test
      
      * usage permission information update
      Co-authored-by: default avatarzhjwy9343 <6593865@qq.com>
      9706eaa8
  23. 17 Jun, 2021 1 commit
  24. 16 Jun, 2021 1 commit
  25. 10 Jun, 2021 1 commit
  26. 07 Jun, 2021 1 commit
  27. 18 May, 2021 1 commit
  28. 17 May, 2021 2 commits
  29. 14 May, 2021 1 commit
  30. 11 May, 2021 1 commit
  31. 03 May, 2021 1 commit
  32. 09 Mar, 2021 1 commit
    • Hengrui Zhang's avatar
      [Feature] QM9Edge Dataset Support (#2704) · a1f59c3b
      Hengrui Zhang authored
      
      
      * [Feature] Support QM9Edge Datset
      
      * Update qm9_edge.py
      
      * disable tqdm
      
      * Update qm9_edge.py
      
      * Update qm9_edge.py
      
      * Update qm9_edge.py
      
      * Update qm9_edge.py
      
      * Update qm9_edge.py
      
      * Update qm9_edge.py
      
      * Update qm9_edge.py
      
      * remove preprocessing part
      
      * add comparisons in qm9.py
      
      * [docs] add qm9edge dataset
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      a1f59c3b
  33. 25 Feb, 2021 1 commit
  34. 20 Feb, 2021 1 commit
  35. 19 Feb, 2021 2 commits
  36. 02 Feb, 2021 1 commit
  37. 28 Jan, 2021 2 commits