1. 28 Dec, 2020 1 commit
  2. 27 Dec, 2020 1 commit
  3. 26 Dec, 2020 3 commits
  4. 25 Dec, 2020 2 commits
    • Quan (Andy) Gan's avatar
    • 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
  5. 23 Dec, 2020 1 commit
  6. 21 Dec, 2020 2 commits
  7. 20 Dec, 2020 3 commits
    • Minjie Wang's avatar
      2f28f791
    • Xiangkun Hu's avatar
      [Doc] Add six paper to awesome paper list (#2435) · 5d0d7660
      Xiangkun Hu authored
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * data pipeline user guide
      
      * remove chapter numbers
      
      * Update data.rst
      
      * image in dataset userguide
      
      * update links using ref
      
      * modify the link of save_graphs and load_graphs in dataset user guide
      
      * move image to s3 server.
      
      * fix links and ref
      
      * Hide implementations that may cause confusions to the user
      
      * add papers
      5d0d7660
    • 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
  8. 18 Dec, 2020 3 commits
  9. 17 Dec, 2020 1 commit
  10. 16 Dec, 2020 1 commit
  11. 15 Dec, 2020 3 commits
  12. 14 Dec, 2020 1 commit
  13. 12 Dec, 2020 1 commit
  14. 10 Dec, 2020 2 commits
  15. 09 Dec, 2020 4 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
    • Chao Ma's avatar
      change msg_seq from int to int_64 (#2410) · 27b05584
      Chao Ma authored
      27b05584
    • cruyffturn's avatar
      [Doc] Some functions used in the tutorial are deprecated (#2398) · 95dc971b
      cruyffturn authored
      
      
      * Some functions used in the tutorial are deprecated
      
      I'm receiving register_message_func and register_reduce_func are deprecated error. I have updated the code such that message and reduce functions are passed to g.send and g.recv
      
      * Update 3_pagerank.py.bak
      Co-authored-by: default avatarZihao Ye <expye@outlook.com>
      95dc971b
  16. 08 Dec, 2020 7 commits
  17. 07 Dec, 2020 4 commits