1. 20 Jul, 2020 2 commits
  2. 18 Jul, 2020 1 commit
  3. 17 Jul, 2020 1 commit
  4. 15 Jul, 2020 3 commits
  5. 14 Jul, 2020 1 commit
  6. 13 Jul, 2020 4 commits
  7. 12 Jul, 2020 1 commit
  8. 10 Jul, 2020 2 commits
  9. 09 Jul, 2020 2 commits
  10. 08 Jul, 2020 1 commit
  11. 06 Jul, 2020 2 commits
  12. 04 Jul, 2020 2 commits
  13. 03 Jul, 2020 1 commit
    • 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
  14. 02 Jul, 2020 3 commits
  15. 01 Jul, 2020 2 commits
    • Da Zheng's avatar
      [Distributed] Split data to ensure data locality for multiple clients (#1710) · 2c88f7c0
      Da Zheng authored
      * fix.
      
      * fix tests.
      
      * fix
      
      * add tests.
      
      * fix.
      
      * have default rank.
      
      * add comment.
      
      * fix test.
      
      * remove check
      
      * simplify code.
      
      * add test.
      
      * split data evenly.
      
      * simplify the distributed training code.
      
      * add comments.
      
      * add comments.
      2c88f7c0
    • mszarma's avatar
      Fix crashing on SIOCGIFADDR (#1733) · 69e6afdf
      mszarma authored
      During scanning the list of interfaces,
      some of them can be configured invalidly:
      lack of ip, link down etc.
      This patch handles the error
      and inform about problem with concrete interface.
      69e6afdf
  16. 30 Jun, 2020 1 commit
  17. 29 Jun, 2020 1 commit
  18. 28 Jun, 2020 5 commits
  19. 27 Jun, 2020 1 commit
  20. 26 Jun, 2020 2 commits
  21. 24 Jun, 2020 2 commits