"tests/python/common/test_heterograph-specialization.py" did not exist on "22167f7203a8ba1845873c5006b59353af148a21"
  1. 10 Jan, 2021 1 commit
  2. 07 Jan, 2021 1 commit
  3. 06 Jan, 2021 2 commits
  4. 04 Jan, 2021 1 commit
  5. 01 Jan, 2021 1 commit
  6. 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
  7. 21 Dec, 2020 1 commit
  8. 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
  9. 16 Dec, 2020 1 commit
  10. 15 Dec, 2020 1 commit
  11. 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
  12. 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
  13. 08 Dec, 2020 1 commit
  14. 03 Dec, 2020 1 commit
    • Xiangkun Hu's avatar
      [Doc] Hidden implementations that may cause confusion to the user. (#2378) · fcf11935
      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
      fcf11935
  15. 30 Nov, 2020 2 commits
  16. 27 Nov, 2020 1 commit
  17. 26 Nov, 2020 1 commit
  18. 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
  19. 18 Nov, 2020 1 commit
  20. 17 Nov, 2020 1 commit
  21. 07 Nov, 2020 1 commit
  22. 02 Nov, 2020 1 commit
  23. 30 Oct, 2020 1 commit
    • nv-dlasalle's avatar
      [Dataloading] Add class for copying tensors to/from the GPU on a non-default stream (#2284) · f673fc25
      nv-dlasalle authored
      * Add async transferer class
      
      * Add async ndarray copy interface
      
      * Add python bindings
      
      * Fix comment
      
      * Add python class
      
      * Fix linting issues
      
      * Add python unit test
      
      * Update python interface
      
      * move async_transferer to cuda only directory
      
      * Fix linting issue
      
      * Move out of contrib
      
      * Add doc strings
      
      * Move test compute from backend
      
      * Update comment
      
      * Fix test naming
      
      * Fix argument usage
      
      * Wrap/unwrap backend parameters
      
      * Move to dataloading
      
      * Move to 'dataloading'
      
      * Make GPU/CPU compatible
      
      * Fix unit tests
      
      * Add docs
      
      * Use only backend interface for datamovement in unit test
      f673fc25
  24. 21 Oct, 2020 1 commit
  25. 01 Oct, 2020 1 commit
  26. 30 Sep, 2020 1 commit
    • zhjwy9343's avatar
      [Doc] Chinese User Guide chapter1 (#2240) · 808a3676
      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
      
      * [Doc] Add Chines User Guide
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * Update README.md
      
      * [Doc] Finalize CN user guide chapter 1
      
      * [Doc] Finalize CN user guide chapter 1
      
      * [Doc] Finalize CN user guide chapter 1
      
      * [Doc] Add CN link in user guide chapter 1
      
      * [Doc] Add CN link in user guide chapter 1
      
      * [Fix] Temporary remove compgcn
      
      * [Doc] Add Chines User Guide
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] user guide cn chapter 1
      
      * [Doc] Finalize CN user guide chapter 1
      
      * [Doc] Finalize CN user guide chapter 1
      
      * [Doc] Finalize CN user guide chapter 1
      
      * [Doc] Add CN link in user guide chapter 1
      
      * update hash in 3rd party
      
      * [Fix] copyedit some errors
      
      * [Fix] copyedit some errors
      
      * [Fix] copyedit some errors
      
      * [Fix] copyedit some errors
      
      * [Fix] copyedit some errors
      
      * Update
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      808a3676
  27. 27 Sep, 2020 2 commits
  28. 23 Sep, 2020 1 commit
  29. 21 Sep, 2020 1 commit
  30. 20 Sep, 2020 1 commit
    • zhjwy9343's avatar
      Master refactor split chapter2n3 (#2215) · 90d86fcb
      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
      
      * [Doc] Refactor and split chapter 4
      
      * [Fix] Remove CompGCN example codes
      
      * [Doc] Add chapter 2 refactor and split
      
      * [Fix] code format of savenload
      
      * [Doc] Split chapter 3
      
      * [Doc] Add introduction phrase of chapter 2
      
      * [Doc] Add introduction phrase of chapter 2
      
      * [Doc] Add introduction phrase of chapter 3
      
      * Fix
      
      * Update chapter 2
      
      * Update chapter 3
      
      * Update chapter 4
      Co-authored-by: default avatarmufeili <mufeili1996@gmail.com>
      90d86fcb
  31. 17 Sep, 2020 1 commit
  32. 16 Sep, 2020 1 commit
  33. 15 Sep, 2020 1 commit
  34. 12 Sep, 2020 2 commits