1. 21 Aug, 2020 1 commit
  2. 20 Aug, 2020 2 commits
  3. 19 Aug, 2020 7 commits
  4. 18 Aug, 2020 7 commits
  5. 17 Aug, 2020 8 commits
  6. 15 Aug, 2020 1 commit
  7. 14 Aug, 2020 5 commits
    • Quan (Andy) Gan's avatar
      [WIP][Kernel] Set the built-in reduce result of zero-degree nodes to 0 in C (#2017) · 63e2ba23
      Quan (Andy) Gan authored
      
      
      * test idea
      
      * cuda kernels
      
      * lint and fixes
      
      * lint
      
      * change to another strategy
      
      * use infinity
      
      * fix
      Co-authored-by: default avatarZihao Ye <expye@outlook.com>
      63e2ba23
    • zhjwy9343's avatar
      [Doc] new nn api doc (#2019) · 2fa7f71a
      zhjwy9343 authored
      
      
      * Add dotproduct attention
      
      * [Feature] Add dotproduct attention
      
      * [Feature] Add dotproduct attention
      
      * [Feature] Add dotproduct attention
      
      * [New] Update landing page
      
      * [New] Update landing page
      
      * [New] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Doc] Update landing page
      
      * [Improvement] use dgl build-in in dotgatconv
      
      * [Doc] review API doc string bottom up
      
      * [Doc] Add doc of input and output features
      
      * [Doc] Update doc string for pooling and transformer.
      
      * [Doc] Reformat doc string and change some wordings.
      
      * [Doc] Doc string refactoring.
      
      * [Doc] Doc string refactoring.
      
      * [Doc] Doc string refactoring.
      
      * [Doc] Doc string refactoring.
      
      * [Doc] Doc string refactoring.
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      2fa7f71a
    • flyingcat's avatar
      Update dgl_dataset.py (#2021) · c113a5a0
      flyingcat authored
      c113a5a0
    • Da Zheng's avatar
      [Distributed] Fix bugs (#2009) · efa95d86
      Da Zheng authored
      * fix.
      
      * add tests.
      
      * fix.
      
      * fix.
      efa95d86
    • Da Zheng's avatar
      [Distributed] support distributed sampling in NodeDataLoader (#2012) · 1ad46fd0
      Da Zheng authored
      * fix.
      
      * doesn't support EdgeDataLoader
      
      * add test.
      
      * fix.
      
      * fix test.
      
      * catch errors in the test.
      
      * fix.
      
      * fix error message
      
      * add print.
      
      * join the server processes.
      
      * update test.
      
      * fix test.
      1ad46fd0
  8. 13 Aug, 2020 3 commits
  9. 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
  10. 11 Aug, 2020 1 commit