1. 13 Nov, 2020 1 commit
  2. 12 Nov, 2020 2 commits
  3. 10 Nov, 2020 2 commits
  4. 09 Nov, 2020 1 commit
  5. 07 Nov, 2020 2 commits
  6. 06 Nov, 2020 1 commit
  7. 05 Nov, 2020 1 commit
    • Xiangkun Hu's avatar
      [Bugfix] GINDataset check whether labels are all valid (#2319) · 5f198763
      Xiangkun Hu authored
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * check whether the original labels are valid
      
      * add unit test for gin dataset
      
      * bug of asscalar in mxnet<=1.6
      
      * mxnet<=1.6 asscalar requires ndarray to be shaped (1,)
      
      * skip gpu while testing datasets
      
      * Update test_data.py
      
      * test of gin dataset takes too much time
      5f198763
  8. 03 Nov, 2020 1 commit
  9. 02 Nov, 2020 2 commits
  10. 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
  11. 29 Oct, 2020 2 commits
    • chwan-rice's avatar
      [Fix] typo (#2265) · 269983db
      chwan-rice authored
      
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * upd
      
      * fix OpenMP compatibility issues
      
      * typo
      
      * partition
      
      * misc
      
      * fix typo
      
      * num_parts=1
      
      * import torch
      
      * long
      
      * print info
      
      * print info
      
      * print info
      
      * upd
      
      * remove debug code
      
      * revert partition.py
      
      * fix cut count
      
      * fix cut count
      
      * Revert "fix cut count"
      
      This reverts commit 10926b4fd48f45c8f1ddb58be7db6c22e653effd.
      
      * Revert "fix cut count"
      
      This reverts commit 76465283bef093a2b4209ad70dd15d2437b2ec8a.
      
      * type of deprecate
      
      * typo in deprecate info
      
      * fix typo
      
      * use cv for partitioning
      
      * CE
      
      * no message
      
      * revert
      
      * typo
      
      * no message
      
      * no message
      
      * no message
      
      * practice
      
      * dmlc-core
      
      * DGLGraph
      Co-authored-by: default avataryzh119 <expye@outlook.com>
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      269983db
    • maqy1995's avatar
      [Example] fix print info (#2305) · d06c5403
      maqy1995 authored
      d06c5403
  12. 21 Oct, 2020 1 commit
  13. 19 Oct, 2020 1 commit
  14. 17 Oct, 2020 1 commit
  15. 15 Oct, 2020 1 commit
  16. 10 Oct, 2020 1 commit
  17. 09 Oct, 2020 3 commits
  18. 01 Oct, 2020 1 commit
  19. 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
  20. 29 Sep, 2020 1 commit
  21. 27 Sep, 2020 3 commits
  22. 25 Sep, 2020 2 commits
  23. 24 Sep, 2020 2 commits
  24. 23 Sep, 2020 1 commit
  25. 21 Sep, 2020 1 commit
  26. 20 Sep, 2020 3 commits
    • Hao Xiong's avatar
      [Example] Implement LINE with dgl and pytorch (#2195) · eef4c059
      Hao Xiong authored
      
      
      * line
      
      * two lines
      
      * update readme
      
      * readme
      
      * update readme
      
      * update
      
      * Implement LINE
      
      * readme
      
      * readme
      
      * typos
      
      * update readme
      Co-authored-by: default avatarZihao Ye <expye@outlook.com>
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      eef4c059
    • 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
    • Quan (Andy) Gan's avatar
      [Doc] fix typos in PyTorch DataLoaders (#2216) · 49e96970
      Quan (Andy) Gan authored
      * fix doc
      
      * fix doc
      49e96970
  27. 18 Sep, 2020 1 commit