1. 15 Dec, 2020 1 commit
  2. 14 Dec, 2020 1 commit
  3. 12 Dec, 2020 1 commit
  4. 10 Dec, 2020 2 commits
  5. 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
  6. 08 Dec, 2020 7 commits
  7. 07 Dec, 2020 4 commits
  8. 06 Dec, 2020 1 commit
  9. 03 Dec, 2020 2 commits
  10. 02 Dec, 2020 1 commit
  11. 01 Dec, 2020 1 commit
  12. 30 Nov, 2020 2 commits
  13. 27 Nov, 2020 2 commits
  14. 26 Nov, 2020 3 commits
  15. 24 Nov, 2020 1 commit
  16. 22 Nov, 2020 2 commits
  17. 19 Nov, 2020 2 commits
    • Mufei Li's avatar
      [WIP] Misc Fix (#2359) · 45e3e9af
      Mufei Li authored
      * Update
      
      * Update
      
      * Update
      45e3e9af
    • zhjwy9343's avatar
      [Doc] Chinese User Guide chapter 1 - 4 (#2351) · b0a9d16f
      zhjwy9343 authored
      
      
      * [Feature] Add full graph training with dgl built-in dataset.
      
      * [Feature] Add full graph training with dgl built-in dataset.
      
      * [Feature] Add full graph training with dgl built-in dataset.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Bug] fix model to cuda.
      
      * [Feature] Add test loss and accuracy
      
      * [Feature] Add test loss and accuracy
      
      * [Feature] Add test loss and accuracy
      
      * [Feature] Add test loss and accuracy
      
      * [Feature] Add test loss and accuracy
      
      * [Feature] Add test loss and accuracy
      
      * [Fix] Add random
      
      * [Bug] Fix batch norm error
      
      * [Doc] Test with CN in Sphinx
      
      * [Doc] Test with CN in Sphinx
      
      * [Doc] Remove the test CN docs.
      
      * [Feature] Add input embedding layer
      
      * [Feature] Add input embedding layer
      
      * [Feature] Add input embedding layer
      
      * [Feature] Add input embedding layer
      
      * [Feature] Add input embedding layer
      
      * [Feature] Add input embedding layer
      
      * [Feature] Add input embedding layer
      
      * [Feature] Add input embedding layer
      
      * [Feature] Add input embedding layer
      
      * [Doc] fill readme with new performance results
      
      * [Doc] Add Chinese User Guide, graph and 1.5
      
      * [Doc] Add Chinese User Guide, graph and 1.5
      
      * Update README.md
      
      * [Fix] Temporary remove compgcn
      
      * [Doc] Add CN user guide chapter2
      
      * [Test] Tunning format
      
      * [Test] Tunning format
      
      * [Test] Tunning format
      
      * [Test] Tunning format
      
      * [Test] Tunning format
      
      * [Test] Section headers
      
      * [Fix] Fix format errors
      
      * [Fix] Fix format errors
      
      * [Fix] Fix format errors
      
      * [Doc] Add CN-EN EN-CN links
      
      * [Doc] Add CN-EN EN-CN links
      
      * [Doc] Copyedit chapter2
      
      * [Doc] Copyedit chapter2
      
      * [Doc] Remove EN in 2.1
      
      * [Doc] Remove EN in chapter 2
      
      * [Doc] Copyedit first 2 sections
      
      * [Doc] Copyedit first 2 sections
      
      * [Doc] copyedited chapter 2 CN
      
      * [Doc] Add chapter 3 raw texts
      
      * [Doc] Add chapter 3 preface and 3.1
      
      * [Doc] Add chapter 3.2 and 3.3
      
      * [Doc] Add chapter 3.2 and 3.3
      
      * [Doc] Add chapter 3.2 and 3.3
      
      * [Doc] Remove EN parts
      
      * [Doc] Copyediting 3.1
      
      * [Doc] Copyediting 3.2 and 3.3
      
      * [Doc] Proofreading 3.1 and 3.2
      
      * [Doc] Proofreading 3.2 and 3.3
      
      * [Doc] Add chapter 4 CN raw text.
      
      * [Clean] Remove codes in other branches
      
      * [Doc] Start to copyedit chapter 4 preface
      
      * [Doc] copyedit CN section 4.1
      
      * [Doc] Remove EN in User Guide Chapter 4
      
      * [Doc] Copyedit chapter 4.1
      
      * [Doc] copyedit cn chapter 4.2, 4.3, 4.4, and 4.5.
      
      * [Doc] Fix errors in EN user guide graph feature and heterograph
      
      * [Doc] 2nd round copyediting with Murph's comments
      
      * [Doc] 3rd round copyediting with Murph's comments
      
      * [Doc] 3rd round copyediting with Murph's comments
      
      * [Doc] 3rd round copyediting with Murph's comments
      
      * [Sync] syncronize with the dgl master
      
      * [Doc] edited after Minjie's comments, 1st round
      
      * update cub
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      b0a9d16f
  18. 18 Nov, 2020 1 commit
  19. 17 Nov, 2020 2 commits