1. 25 Feb, 2021 1 commit
  2. 23 Feb, 2021 2 commits
  3. 20 Feb, 2021 1 commit
  4. 19 Feb, 2021 3 commits
  5. 09 Feb, 2021 1 commit
    • Da Zheng's avatar
      [Distributed] Distributed METIS partition (#2576) · e4ff4844
      Da Zheng authored
      
      
      * add convert.
      
      * fix.
      
      * add write_mag.
      
      * fix convert_partition.py
      
      * write data.
      
      * use pyarrow to read.
      
      * update write_mag.py
      
      * fix convert_partition.py.
      
      * load node/edge features when necessary.
      
      * reshuffle nodes.
      
      * write mag correctly.
      
      * fix a bug: inner nodes in a partition might be empty.
      
      * fix bugs.
      
      * add verify code.
      
      * insert reverse edges.
      
      * fix a bug.
      
      * add get node/edge data.
      
      * add instructions.
      
      * remove unnecessary argument.
      
      * update distributed preprocessing.
      
      * fix readme.
      
      * fix.
      
      * fix.
      
      * fix.
      
      * fix readme.
      
      * fix doc.
      
      * fix.
      
      * update readme
      
      * update doc.
      
      * update readme.
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-9-132.us-west-1.compute.internal>
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-2-202.us-west-1.compute.internal>
      e4ff4844
  6. 08 Feb, 2021 1 commit
  7. 07 Feb, 2021 1 commit
  8. 05 Feb, 2021 1 commit
  9. 03 Feb, 2021 1 commit
  10. 02 Feb, 2021 1 commit
  11. 28 Jan, 2021 2 commits
  12. 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
  13. 26 Jan, 2021 2 commits
  14. 24 Jan, 2021 1 commit
  15. 20 Jan, 2021 1 commit
  16. 19 Jan, 2021 1 commit
  17. 14 Jan, 2021 2 commits
  18. 13 Jan, 2021 2 commits
    • zhjwy9343's avatar
      [Doc] CN User Guide Chapter 7 (#2481) · c448e61b
      zhjwy9343 authored
      
      
      * [Doc] Add Chapter 7
      
      * [Doc] Add CN part 7, 7.1, 7.2, and 7.3
      
      * [Doc] Add CN part 7, 7.1, 7.2, and 7.3
      
      * [Doc] 1st round copyediting, 7, 7.1, 7.2, and 7.3, removing EN parts.
      
      * [Doc] 2nd round copyediting.
      
      * [Doc] 3rd round copyediting.
      
      * [Doc] Copyedit with reviewers' comments.
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      c448e61b
    • zhjwy9343's avatar
      [Doc] user guide CN chapter 6 (#2452) · 31f65f03
      zhjwy9343 authored
      
      
      * [Doc] Add 1st CN in chapter 6
      
      * [Doc] Add 1st CN in chapter 6
      
      * [Doc] Add 1st CN in chapter 6.1
      
      * [Doc] Add 1st CN in chapter 6.1
      
      * [Doc] Add 1st CN in chapter 6.2
      
      * [Doc] Add CN in chapter 6.2
      
      * [Doc] Add CN in chapter 6.3
      
      * [Doc] Fix a code bug in chapter 6.3
      
      * [Doc] Add CN in chapter 6.4, 6.5, and 6.6.
      
      * [Doc] Add CN in chapter 6.4, 6.5, and 6.6,then remove EN parts.
      
      * [Doc] revised 6.4, 6.5, and 6.6.
      
      * [Doc] 2nd round of copyediting.
      
      * Delete syn1.bin
      
      Remove this unrelated file to this branch
      
      * [Doc] Update guide_cn index.rst.
      
      * [Doc] Update guide_cn index.rst.
      
      * [Doc] Update guide_cn index.rst.
      
      * [Doc] Update guide_cn index.rst.
      
      * [Doc] Add chapter 7 in index page
      
      * [Doc] edit chapter 6 in PR
      
      * [Doc] edit chapter 6 in PR
      
      * [Doc] Copyediting with Murphy and Minjie's comments.
      
      * [Doc] Fix doc line in the previous chapters.
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      31f65f03
  19. 11 Jan, 2021 1 commit
  20. 10 Jan, 2021 1 commit
  21. 07 Jan, 2021 1 commit
  22. 06 Jan, 2021 2 commits
  23. 04 Jan, 2021 1 commit
  24. 01 Jan, 2021 1 commit
  25. 25 Dec, 2020 1 commit
    • Quan (Andy) Gan's avatar
      [Performance] Use allocator from PyTorch if possible (#2328) · 9a7235fa
      Quan (Andy) Gan authored
      * first commit
      
      * some thoughts
      
      * move around
      
      * more commit
      
      * more fixes
      
      * now it uses torch allocator
      
      * fix symbol export error
      
      * fix
      
      * fixes
      
      * test fix
      
      * add script
      
      * building separate library per version
      
      * fix for vs2019
      
      * more fixes
      
      * fix on windows build
      
      * update jenkinsfile
      
      * auto copy built dlls for windows
      
      * lint and installation guide update
      
      * fix
      
      * specify conda environment
      
      * set environment for ci
      
      * fix
      
      * fix
      
      * fix
      
      * fix again
      
      * revert
      
      * fix cmake
      
      * fix
      
      * switch to using python interpreter path
      
      * remove scripts
      
      * debug
      
      * oops sorry
      
      * Update index.rst
      
      * Update index.rst
      
      * copies automatically, no need for this
      
      * do not print message if library not found
      
      * tiny fixes
      
      * debug on nightly
      
      * replace add_compile_definitions to make CMake 3.5 happy
      
      * fix linking to wrong lib for multiple pytorch envs
      
      * changed building strategy
      
      * fix nightly
      
      * fix windows
      
      * fix windows again
      
      * setup bugfix
      
      * address comments
      
      * change README
      9a7235fa
  26. 21 Dec, 2020 1 commit
  27. 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
  28. 16 Dec, 2020 1 commit
  29. 15 Dec, 2020 1 commit
  30. 10 Dec, 2020 1 commit
    • zhjwy9343's avatar
      [Doc] Add User Guide CN index page (#2413) · dc072dca
      zhjwy9343 authored
      
      
      * [Doc] Add CN index page
      
      * [Doc] Test table in contributor list
      
      * [Doc] Test table in contributor list
      
      * [Doc] Add table contents in contributor list
      
      * [Doc] Add table contents in contributor list
      
      * [Doc] Edit table contents in contributor list
      
      * [Doc] Edit table contents in contributor list
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      dc072dca
  31. 09 Dec, 2020 2 commits
    • Quan (Andy) Gan's avatar
      [Doc]modify the wrong code in initialize the hetero_graph negative sampler (#2382) (#2411) · 535aa3d3
      Quan (Andy) Gan authored
      
      
      * modify the wrong code in initialize the hetero_graph negative sampler
      
      the etype in hetero graph should be name of edges
      self.weights = {
                  etype: g.in_degrees(etype=etype).float() ** 0.75
                  for _, etype, _ in g.canonical_etypes
              }
      the original code will give etype a Tuple format, it cannot apply to the next processing:
      self.weights[etype].multinomial(len(src), replacement=True)
      and I add the part which confusing me to generate eid_dict
      
      * fix
      Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
      Co-authored-by: default avatarShaow <coco11563@yeah.net>
      535aa3d3
    • zhjwy9343's avatar
      [Doc] user guide Chinese chapter 5 (#2384) · 35f27c73
      zhjwy9343 authored
      * [Doc] Add CN chapter 5
      
      * [Doc] Add CN 5.1
      
      * [Doc] Add CN 5.2, 5.3, and 5.4 raw text
      
      * [Doc] Add CN 5.2, 5.3, and 5.4 raw text
      
      * [Doc] Put 5.1 CN parts
      
      * [Doc] Put 5.2,5.3, and 5.4 raw CN parts
      
      * [Doc] Fix linkage bugs.
      
      * [Doc] 1st round of copyediting, Chapter5, 5.1, and part of 5.2
      
      * [Doc] 2nd round of copyediting, removing EN parts.
      
      * [Doc] 2nd round of copyediting, removing EN parts.
      
      * [Doc] 2nd round of copyediting, removing EN parts.
      
      * [Doc] 2nd round of copyediting, removing EN parts.
      
      * [Doc] 3rd round of copyediting.
      
      * [Doc] 4th round of copyediting to Minjie's comments.
      
      * [Doc] 4th round of copyediting to Minjie's comments.
      
      * [Doc] 4th round of copyediting to Minjie's comments.
      
      * [Doc] 4th round of copyediting to Minjie's comments.
      
      * [Doc] 4th round of copyediting to Minjie's comments.
      
      * [Doc] 4th round of copyediting to Minjie's comments.
      
      * [Doc] 5th round of copyediting to Murphy's comments.
      35f27c73