1. 29 11月, 2022 1 次提交
  2. 23 10月, 2022 1 次提交
  3. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  4. 29 4月, 2021 1 次提交
  5. 08 11月, 2020 1 次提交
    • Y
      exec ut no more than 15s 1 (#28439) · ba075632
      YUNSHEN XIE 提交于
      * disable ut test_parallel_executor_fetch_isolated_var,test=document_fix
      
      * test for limiting ut exec time as 15S
      
      * fix an error caused by cannot find ut
      
      * fix some error
      
      * can not find test_transformer
      
      * fix error caused by ut not run in windows
      
      * fix error caused by Compiler Options
      
      * fix error caused by setting timeout value as 15 in python/paddle/tests/CMakeLists.txt
      
      * setting timeout value to 120s for old ut
      
      * add the timeout value setting
      
      * fix error caused by ut only run in coverage_ci
      
      * add analyzer_transformer_profile_tester
      
      * fix some error
      
      * fix some error
      
      * fix error with inference option
      
      * fix error with inference option setting as ON_INFER
      
      * add some ut to set timeout
      
      * modified some option
      
      * fix error
      
      * fix some timeout error
      
      * fix error
      
      * fix error
      
      * fix timeout for test_analyzer_bfloat16_resnet50
      
      * fix error
      
      * setting timeout properity for some ut
      
      * first pr for new ut timeout as 15S
      ba075632
  6. 09 7月, 2020 1 次提交
  7. 08 6月, 2020 1 次提交
  8. 10 10月, 2019 1 次提交
  9. 19 8月, 2019 1 次提交
  10. 14 8月, 2019 1 次提交
  11. 19 6月, 2019 1 次提交
  12. 30 11月, 2018 1 次提交
  13. 08 10月, 2018 2 次提交
  14. 05 10月, 2018 1 次提交
  15. 11 9月, 2018 1 次提交
    • Q
      Add multiprocess reader (#13311) · b681537e
      Qiao Longfei 提交于
      * add multiprocess_reader
      
      * add multiprocess_reader to reader decorator
      
      * support piped multi process reader
      
      * revert v2 decorator
      
      * add comment to multiprocess_reader
      
      * optimize code
      
      * use ujson to speed up json serialize/deserialize
      
      * add assert to multiprocess_reader
      
      * update comment of multiprocess_reader
      
      * optimize ujson import, handle error case
      
      * optimize import ujson
      
      * remove ujson from requirements.txt
      
      * add import sys to decorator.py
      b681537e
  16. 13 8月, 2018 1 次提交
  17. 10 8月, 2018 1 次提交
  18. 26 7月, 2018 1 次提交
  19. 31 3月, 2018 1 次提交
    • H
      Make paddle.fluid no longer depends on paddle.v2 · bcf7c36b
      Helin Wang 提交于
      In this way we can build and test using WITH_FLUID_ONLY flag being set
      to ON.
      
      - move paddle.v2.dataset,reader to paddle.dataset,reader
      - remove unused code (which depends on v2) in paddle.dataset,reader
      bcf7c36b
  20. 27 2月, 2017 1 次提交
  21. 23 2月, 2017 2 次提交
  22. 22 2月, 2017 2 次提交
  23. 19 2月, 2017 1 次提交
  24. 18 2月, 2017 1 次提交