1. 21 Sep, 2020 1 commit
  2. 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
  3. 17 Sep, 2020 1 commit
  4. 16 Sep, 2020 1 commit
  5. 15 Sep, 2020 1 commit
  6. 12 Sep, 2020 3 commits
  7. 11 Sep, 2020 1 commit
  8. 29 Aug, 2020 2 commits
  9. 28 Aug, 2020 1 commit
  10. 27 Aug, 2020 1 commit
  11. 24 Aug, 2020 1 commit
  12. 23 Aug, 2020 3 commits
  13. 21 Aug, 2020 4 commits
  14. 20 Aug, 2020 3 commits
  15. 19 Aug, 2020 1 commit
  16. 18 Aug, 2020 2 commits
  17. 17 Aug, 2020 6 commits
  18. 15 Aug, 2020 1 commit
  19. 14 Aug, 2020 3 commits
  20. 13 Aug, 2020 1 commit
  21. 12 Aug, 2020 2 commits
    • 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
    • Xiangkun Hu's avatar
      [Doc] Data pipeline User guide fix links to classes (#2006) · a7539728
      Xiangkun Hu authored
      * PPIDataset
      
      * Revert "PPIDataset"
      
      This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
      
      * data pipeline user guide
      
      * remove chapter numbers
      
      * Update data.rst
      a7539728