1. 12 10月, 2019 1 次提交
  2. 28 8月, 2019 1 次提交
    • T
      Fix the correctness of async mode at distributed training (#18863) · 65c73684
      tangwei12 提交于
      * fix correctness of the communicator
      
      * fix a bug in send thread when sending var context is empty, test=develop
      
      * add lookup_table_prefetch_op and prefetch optimize, test=develop
      
      * remove remote prefetch GPU supported
      
      * word2vec force with CPU, test=develop
      
      * test dist remote lookup table force with CPU, test=develop
      65c73684
  3. 09 8月, 2019 1 次提交
  4. 30 3月, 2019 1 次提交
  5. 12 2月, 2019 2 次提交
  6. 24 1月, 2019 1 次提交
  7. 07 12月, 2018 1 次提交
  8. 28 11月, 2018 2 次提交
  9. 27 11月, 2018 2 次提交
  10. 26 11月, 2018 2 次提交
  11. 25 11月, 2018 2 次提交
  12. 25 10月, 2018 2 次提交
  13. 24 10月, 2018 2 次提交
  14. 05 9月, 2018 1 次提交
  15. 31 7月, 2018 2 次提交
  16. 27 7月, 2018 1 次提交
  17. 13 4月, 2018 1 次提交
  18. 03 4月, 2018 1 次提交
  19. 02 4月, 2018 3 次提交
  20. 13 3月, 2018 2 次提交
  21. 12 3月, 2018 1 次提交
  22. 09 3月, 2018 1 次提交
  23. 12 2月, 2018 1 次提交
  24. 10 2月, 2018 2 次提交
  25. 22 1月, 2018 1 次提交
  26. 18 1月, 2018 1 次提交
  27. 26 12月, 2017 1 次提交
  28. 03 11月, 2017 1 次提交
    • Y
      Fix bug in lookup_table_op & layers (#5298) · 4b9a2c44
      Yu Yang 提交于
      * Fix bug in lookup_table_op & layers
      
      * Missing Act in layers
      
      * Should += in CPU
      
      * Remove check in python
      
      * Fix bug in sequence_conv_pool()
      
      * Fix a bug in test_recommender_system.py
      
      * Just skip test_evaluator
      4b9a2c44