1. 15 Jul, 2020 3 commits
  2. 14 Jul, 2020 1 commit
  3. 13 Jul, 2020 4 commits
  4. 12 Jul, 2020 1 commit
  5. 10 Jul, 2020 2 commits
  6. 09 Jul, 2020 2 commits
  7. 08 Jul, 2020 1 commit
  8. 06 Jul, 2020 2 commits
  9. 04 Jul, 2020 2 commits
  10. 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
  11. 02 Jul, 2020 3 commits
  12. 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
  13. 30 Jun, 2020 1 commit
  14. 29 Jun, 2020 1 commit
  15. 28 Jun, 2020 5 commits
  16. 27 Jun, 2020 1 commit
  17. 26 Jun, 2020 2 commits
  18. 24 Jun, 2020 2 commits
  19. 23 Jun, 2020 4 commits