1. 20 Jul, 2020 1 commit
  2. 18 Jul, 2020 1 commit
  3. 17 Jul, 2020 4 commits
  4. 16 Jul, 2020 1 commit
    • Chao Ma's avatar
      [Distributed] Distributed launching script (#1772) · ca9d3216
      Chao Ma authored
      
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix launch script.
      Co-authored-by: default avatarDa Zheng <zhengda1936@gmail.com>
      ca9d3216
  5. 15 Jul, 2020 4 commits
  6. 14 Jul, 2020 2 commits
  7. 13 Jul, 2020 4 commits
  8. 12 Jul, 2020 1 commit
  9. 11 Jul, 2020 1 commit
  10. 10 Jul, 2020 3 commits
  11. 09 Jul, 2020 5 commits
  12. 08 Jul, 2020 1 commit
  13. 07 Jul, 2020 1 commit
  14. 06 Jul, 2020 3 commits
  15. 05 Jul, 2020 1 commit
  16. 04 Jul, 2020 2 commits
  17. 03 Jul, 2020 4 commits
    • Da Zheng's avatar
      [Feature] add sparse embedding. (#1497) · cadcc1c2
      Da Zheng authored
      * add sparse embedding.
      
      * fix
      
      * add test.
      
      * man fixes.
      
      * many fixes
      
      * fix sparse emb.
      
      * fix.
      
      * fix lint.
      
      * fix lint.
      
      * fix kvstore.
      
      * expose DistTensor.
      
      * test sparse embeddings.
      
      * add attach_grad to the backends.
      
      * remove part_id
      
      * fix.
      
      * move backward computation.
      
      * move more computation to backend.
      
      * fix a bug when applying learning rate.
      
      * fix a few things.
      
      * fix a few things.
      
      * add docstring
      
      * fix.
      
      * apply no_grad.
      
      * fix tests.
      
      * fix for other frameworks.
      
      * add examples in docstring.
      cadcc1c2
    • Da Zheng's avatar
      [Test] Fix test of distributed graph (#1748) · 17701174
      Da Zheng authored
      * Revert "Serialize server and client start for dist_graph_store test (#1736)"
      
      This reverts commit da16ebf0.
      
      * sleep
      17701174
    • mszarma's avatar
      Use timeval to set up SO_RCVTIMEO (#1734) · f80fc9bd
      mszarma authored
      
      
      Refactor code to use timeval struct
      for setting up the SO_RCVTIMEO variable
      timeout value for sockets in case of Linux.
      Changed SetTimeout API timeout input to seconds.
      Co-authored-by: default avatarChao Ma <mctt90@gmail.com>
      f80fc9bd
    • Quan (Andy) Gan's avatar
      [Model] GraphSAGE inductive example (#1741) · 4ddd477f
      Quan (Andy) Gan authored
      * graphsage inductive example
      
      * fix
      4ddd477f
  18. 02 Jul, 2020 1 commit
    • Quan (Andy) Gan's avatar
      [Sampling] NodeDataLoader for node classification (#1635) · 168a88e5
      Quan (Andy) Gan authored
      
      
      * neighbor sampler data loader first commit
      
      * more commit
      
      * nodedataloader
      
      * fix
      
      * update RGCN example
      
      * update OGB
      
      * fixes
      
      * fix minibatch RGCN crashing with self loop
      
      * reverting gatconv test code
      
      * fix
      
      * change to new solution that doesn't require tf dataloader
      
      * fix
      
      * lint
      
      * fix
      
      * fixes
      
      * change doc
      
      * fix docstring
      
      * docstring fixes
      
      * return seeds and input nodes from data loader
      
      * fixes
      
      * fix test
      
      * fix windows build problem
      
      * add pytorch wrapper
      
      * fixes
      
      * add pytorch wrapper
      
      * add unit test
      
      * add -1 support to sample_neighbors & fix docstrings
      
      * docstring fix
      
      * lint
      
      * add minibatch rgcn evaluations
      Co-authored-by: default avatarxiang song(charlie.song) <classicxsong@gmail.com>
      Co-authored-by: default avatarTong He <hetong007@gmail.com>
      168a88e5