"docs/vscode:/vscode.git/clone" did not exist on "b0f9f7bcbe2dbd6d4deee9558fd025c45c9c6382"
  1. 17 Nov, 2020 1 commit
  2. 07 Nov, 2020 1 commit
  3. 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
  4. 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
  5. 17 Oct, 2020 1 commit
  6. 29 Sep, 2020 1 commit
  7. 24 Sep, 2020 1 commit
  8. 11 Sep, 2020 2 commits
  9. 10 Sep, 2020 2 commits
  10. 08 Sep, 2020 1 commit
  11. 03 Sep, 2020 1 commit
  12. 29 Aug, 2020 2 commits
  13. 28 Aug, 2020 1 commit
  14. 27 Aug, 2020 1 commit
  15. 26 Aug, 2020 1 commit
  16. 24 Aug, 2020 1 commit
  17. 19 Aug, 2020 2 commits
  18. 18 Aug, 2020 6 commits
  19. 17 Aug, 2020 4 commits
  20. 14 Aug, 2020 2 commits
  21. 13 Aug, 2020 2 commits
  22. 12 Aug, 2020 5 commits
    • Zihao Ye's avatar
    • Jinjing Zhou's avatar
      Fix save/load for old version files (#1994) · 53629082
      Jinjing Zhou authored
      * load hetero
      
      * fix
      
      * more error message
      
      * add warning
      
      * add alias to dgl namespace
      
      * fix tests
      53629082
    • Tianjun Xiao's avatar
      [Doc] NN doc refactor Conv Layers (#1672) · 69f5869f
      Tianjun Xiao authored
      
      
      * go through gcn, relgcn
      
      * fix tagconv formula
      
      * fix doc in sageconv
      
      * fix sgconv doc
      
      * replace hat with tilde
      
      * more comments on gmmconv
      
      * fix agnnconv chebconv doc
      
      * modify nnconv doc
      
      * remove &
      
      * add nn conv examples
      
      * Rebase master
      
      * More merge conflicts
      
      * check homo
      
      * add back self loop for some convs, check homo in tranform
      
      * add example for denseconv
      
      * add example and doc for dotgat and cfconv
      
      * check in-degree for graphconv
      
      * add language fix
      
      * gconv address all comments
      
      * another round of change based on api template
      
      * change agnn
      
      * go through agnn, appnp, atomic, cf, cheb, dense, gat, sage modules
      
      * finish pytorch part of nn conv
      
      * mxnet graphconv done
      
      * tensorflow graphconv works
      
      * add new modules into doc
      
      * add comments to not split code
      
      * refine doc
      
      * resr
      
      * more comments
      
      * more fix
      
      * finish conv and dense conv part api
      
      * pylint fix
      
      * fix pylink
      
      * fix pylint
      
      * more fix
      
      * fix
      
      * fix test fail because zere in degree
      
      * fix test fail
      
      * sage is not update for mxnet tf
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-0-81.us-east-2.compute.internal>
      69f5869f
    • xiang song(charlie.song)'s avatar
      [Feature] Lazy copy ndata, edata to device (#1986) · 5e34ca8b
      xiang song(charlie.song) authored
      
      
      * Lazy to device
      
      * remove print
      
      * lint
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * lint
      
      * Fix
      
      * Revert "Fix"
      
      This reverts commit 615c9b8f80f5f6ee2ab43c849a22f0083deedf3b.
      
      * Add test for frame lazy update
      
      * disable tensorflow
      
      * upd
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-51-214.ec2.internal>
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      5e34ca8b
    • Da Zheng's avatar
      [Distributed] adjust various APIs. (#1993) · d1cf5c38
      Da Zheng authored
      * rename get_data_size.
      
      * remove g from DistTensor.
      
      * remove g from DistEmbedding.
      
      * clean up API of graph partition book.
      
      * fix DistGraph
      
      * fix lint.
      
      * collect all part policies.
      
      * fix.
      
      * fix.
      
      * support distributed sampler.
      
      * remove partition.py
      d1cf5c38