1. 20 10月, 2021 1 次提交
    • S
      Add FasterTokenizer Operator (#34491) · 3f2d6a3f
      Steffy-zxf 提交于
      Add Tokenizer related functionalities for Transformer model in order that the process of training and predicting is consistent.
      
      * support the text string as an input Tensor
      * support the "VOCAB"unordered_map<wstring, int> as an input Tensor to lookup tokens
      * Tokenizer used for BERT. This tokenizer applies an end-to-end, text string to wordpiece tokenization.
      * It first applies basic tokenization, followed by wordpiece tokenization.
      3f2d6a3f
  2. 19 10月, 2021 1 次提交
  3. 25 8月, 2021 1 次提交
  4. 10 8月, 2021 1 次提交
    • C
      copy boost/any.hpp to utils and replace boost::any with self defined any (#34613) · 12892929
      chentianyu03 提交于
      * add any.hpp to utils and replace boost::any with self defined paddle::any
      
      * add copy any.hpp to custom op depends
      
      * modify any.hpp include path
      
      * remove boost from setup.py.in
      
      * add copy any.hpp to custom op depends
      
      * move any.hpp to paddle/utils/ dirs
      
      * move any.h to extension/include direction
      
      * copy utils to right directions
      12892929
  5. 21 6月, 2021 1 次提交
  6. 18 6月, 2021 1 次提交
  7. 02 6月, 2021 1 次提交
  8. 01 6月, 2021 1 次提交
  9. 27 5月, 2021 1 次提交
  10. 24 4月, 2021 1 次提交
  11. 19 3月, 2021 1 次提交
  12. 18 3月, 2021 1 次提交
  13. 04 3月, 2021 1 次提交
  14. 27 2月, 2021 1 次提交
  15. 20 2月, 2021 1 次提交
  16. 12 1月, 2021 1 次提交
  17. 07 12月, 2020 1 次提交
  18. 05 12月, 2020 1 次提交
  19. 12 10月, 2020 1 次提交
  20. 24 9月, 2020 1 次提交
  21. 23 9月, 2020 1 次提交
  22. 22 9月, 2020 1 次提交
  23. 26 8月, 2020 1 次提交
  24. 25 8月, 2020 1 次提交
  25. 21 7月, 2020 1 次提交
  26. 02 7月, 2020 1 次提交
  27. 01 6月, 2020 2 次提交
  28. 28 5月, 2020 1 次提交
  29. 21 5月, 2020 1 次提交
  30. 01 5月, 2020 1 次提交
  31. 20 4月, 2020 1 次提交
    • Z
      Optimize the error messages of paddle CUDA API (#23816) · 78170037
      Zhou Wei 提交于
      * Optimize the error messages of paddle CUDA API, test=develop
      
      * fix the error messages of paddle CUDA API, test=develop
      
      * Refactoring PADDLE_ENFORCE_CUDA_SUCCESS, and apply to curand/cudnn/cublas/NCCL,test=develop
      
      * remove build_ex_string,test=develop
      
      * merge conflict,test=develop
      78170037
  32. 09 4月, 2020 1 次提交
    • M
      Remove: NGraph engine from PDPD repository (#23545) · 3baaee9a
      mozga-intel 提交于
      * Remove the NGraph engine from PDPD repository
      1. Each operator was removed from the operator's directory
      2. Each test was removed from the unittest directory
      3. The parallel executor support was removed from the PDPD
      4. The CMake file was removed from the PDPD
      5. The NG flags were removed from the repository
      test=develop
      
      * Remove ngraph from:
      1. Cmake file
      2. Python file
      test=develop
      3baaee9a
  33. 14 2月, 2020 1 次提交
  34. 13 2月, 2020 1 次提交
  35. 12 2月, 2020 1 次提交
  36. 11 2月, 2020 1 次提交
    • Y
      multi-loss optimization by adding a DownpourOpt worker (#22025) · 2235ee1a
      yaoxuefeng 提交于
      * update
      
      * update test=develop
      
      * update compile set test=develop
      
      * update compile set test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update compile setting test=develop
      
      * update compile setting test=develop
      
      * update run demo test=develop
      
      * update test=develop
      
      * update test=develop
      
      * fix test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update format test=develop
      
      * update format test=develop
      
      * update style test=develop
      
      * update style test=develop
      
      * change style test=develop
      
      * change style test=develop
      
      * change style test=develop
      
      * add dataset unittest test=develop
      
      * update test=develop
      
      * update for record test=develop
      
      * udpate style for record test=develop
      
      * update for record test=develop
      
      * update for record test=develop
      
      * update for record test=develop
      
      * fix format test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      
      * update test=develop
      2235ee1a
  37. 04 2月, 2020 1 次提交
  38. 19 1月, 2020 1 次提交
  39. 14 1月, 2020 1 次提交