"vscode:/vscode.git/clone" did not exist on "703f2b90d8158ad84975fbb825600a26dff05dcc"
  1. 11 Jun, 2021 1 commit
    • nv-dlasalle's avatar
      [Feature] Allow using NCCL for communication in dgl.NodeEmbedding and dgl.SparseOptimizer (#2824) · 17d604b5
      nv-dlasalle authored
      
      
      * Split from NCCL PR
      
      * Fix type in comment
      
      * Expand documentation for sparse_all_to_all_push
      
      * Restore previous behavior in example
      
      * Re-work optimizer to use NCCL based on gradient location
      
      * Allow for running with embedding on CPU but using NCCL for gradient exchange
      
      * Optimize single partition case
      
      * Fix pylint errors
      
      * Add missing include
      
      * fix gradient indexing
      
      * Fix line continuation
      
      * Migrate 'first_step'
      
      * Skip tests without enough GPUs to run NCCL
      
      * Improve empty tensor handling for pytorch 1.5
      
      * Fix indentation
      
      * Allow multiple NCCL communicator to coexist
      
      * Improve handling of empty message
      
      * Update python/dgl/nn/pytorch/sparse_emb.py
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      
      * Update python/dgl/nn/pytorch/sparse_emb.py
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      
      * Keepy empty tensor dimensionaless
      
      * th.empty -> th.tensor
      
      * Preserve shape for empty non-zero dimension tensors
      
      * Use shared state, when embedding is shared
      
      * Add support for gathering an embedding
      
      * Fix typo
      
      * Fix more typos
      
      * Fix backend call
      
      * Use NodeDataLoader to take advantage of ddp
      
      * Update training script to share memory
      
      * Only squeeze last dimension
      
      * Better handle empty message
      
      * Keep embedding on the target device GPU if dgl_sparse if false in RGCN example
      
      * Fix typo in comment
      
      * Add asserts
      
      * Improve documentation in example
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      17d604b5
  2. 10 Jun, 2021 3 commits
  3. 09 Jun, 2021 1 commit
  4. 08 Jun, 2021 2 commits
  5. 07 Jun, 2021 2 commits
  6. 06 Jun, 2021 1 commit
  7. 05 Jun, 2021 3 commits
  8. 04 Jun, 2021 3 commits
  9. 03 Jun, 2021 5 commits
  10. 02 Jun, 2021 6 commits
  11. 01 Jun, 2021 4 commits
  12. 31 May, 2021 2 commits
  13. 28 May, 2021 3 commits
  14. 26 May, 2021 1 commit
  15. 25 May, 2021 2 commits
  16. 24 May, 2021 1 commit
    • Xiangkun Hu's avatar
      [Doc] Add two papers to awesome paper list (#2936) · 06b9ec2e
      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
      
      * add papers
      
      * fix number of classes in Amazon Cobuy datasets
      
      * add two papers to Awesome paper list
      
      * Update README.md
      
      * add four papers
      
      * add two papers
      
      * Add awesome papers
      
      * Fix index in paper list
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      06b9ec2e