"vscode:/vscode.git/clone" did not exist on "ca302a13ac4aac6a678794c4dc21f8f775728937"
  1. 20 Jul, 2020 2 commits
  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