1. 14 12月, 2022 1 次提交
  2. 08 12月, 2022 2 次提交
  3. 07 12月, 2022 1 次提交
    • X
      【fluid api clear】Move batch norm1 (#47965) · 9a9e0aa0
      xiaoguoguo626807 提交于
      * modify slice infershape
      
      * code style
      
      * modify slice_unittest
      
      * temp fix
      
      * batch_norm api move
      
      * code_style
      
      * codestyle
      
      * ci_static
      
      * add __init__
      
      * reset other change
      
      * revert .cc
      
      * add import batchnorm
      
      * conflict and revert
      
      * fix bug
      
      * fix third conflict one day
      
      * fix conflict
      
      * fix conflict bug
      
      * fix conflict bug
      
      * modify api
      
      * code_style
      
      * modify doc
      
      * add lost doc stable
      
      * fix conflict bug
      
      * ci lack of gpu
      9a9e0aa0
  4. 05 12月, 2022 1 次提交
  5. 01 12月, 2022 1 次提交
  6. 25 11月, 2022 1 次提交
  7. 23 10月, 2022 1 次提交
  8. 10 10月, 2022 1 次提交
  9. 27 9月, 2022 1 次提交
  10. 05 7月, 2022 1 次提交
  11. 16 6月, 2022 1 次提交
  12. 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
  13. 22 9月, 2020 1 次提交
    • P
      Use dygraph mode by default (#27443) · 827ac36f
      pangyoki 提交于
      * default open dygraph mode
      
      * fix CI-Mac
      
      * fix Mac-CI other unittest file
      
      * fix CI-Py3
      
      * fix test_communicator_geo and test_buffer_shared_memory_reuse_pass
      
      * add enable_static to fix CI-Py3
      
      * add enable_static to fix CI-coverage
      
      * delete try except
      827ac36f
  14. 28 2月, 2020 1 次提交
  15. 16 8月, 2019 1 次提交
  16. 25 11月, 2018 1 次提交
  17. 19 9月, 2018 1 次提交
  18. 23 8月, 2018 2 次提交
  19. 22 8月, 2018 1 次提交
  20. 15 8月, 2018 1 次提交
  21. 07 8月, 2018 1 次提交
    • M
      Fix pybind11 problem · 6abe819f
      minqiyang 提交于
      Fix str and bytes problem
      Fix sorted problem
      Fix math problem
      Fix CI problem
      6abe819f
  22. 26 7月, 2018 2 次提交
  23. 20 6月, 2018 1 次提交
  24. 15 5月, 2018 1 次提交
  25. 04 5月, 2018 1 次提交
    • K
      Add float16 demo code and put float16 work in contrib/float16 folder (#10331) · 7a860694
      Kexin Zhao 提交于
      * add test float16 inference accuracy example
      
      * complete the test
      
      * clean code
      
      * add argument parse and refine tests
      
      * add shell script
      
      * add float16 benchmark code
      
      * refine code
      
      * prepare for contrib/float16
      
      * put things in contrib float16 folder
      
      * update benchmark result
      
      * further update benchmark report
      
      * add float16 inference report
      
      * update report
      7a860694
  26. 02 5月, 2018 1 次提交
  27. 27 4月, 2018 1 次提交
  28. 25 4月, 2018 1 次提交
  29. 19 4月, 2018 1 次提交
  30. 17 4月, 2018 1 次提交
  31. 13 4月, 2018 1 次提交
  32. 10 4月, 2018 2 次提交
  33. 09 4月, 2018 1 次提交
  34. 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
  35. 06 3月, 2018 1 次提交
  36. 03 3月, 2018 1 次提交