1. 24 9月, 2019 1 次提交
    • A
      Remove constraint that last dimension is forced to be 1 by adding lookup_table_v2 (#19735) · 039b9710
      Aurelius84 提交于
      * Remove constraint that last dimension is forced to be 1 by add
      lookup_table_v2 test=develop
      
      * modify into PADDLE_ENFORCE_CUDA_SUCCESS test=develop
      
      * Revert "modify into PADDLE_ENFORCE_CUDA_SUCCESS test=develop"
      
      This reverts commit 8a960bfc61e51aa27c3c529df8fb90b93ebd19f9.
      
      * move api into fluid.embedding test=develop
      
      * fix example code test=develop
      
      * move one_hot into fluid.one_hot
      
      * modify api.spec test=develop
      
      * fix loss shape test=develop
      039b9710
  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