1. 03 8月, 2022 1 次提交
  2. 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
  3. 15 4月, 2022 1 次提交
  4. 06 4月, 2022 1 次提交
  5. 05 4月, 2022 1 次提交
  6. 02 4月, 2022 1 次提交
  7. 28 3月, 2022 1 次提交
  8. 25 3月, 2022 1 次提交
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
  9. 15 3月, 2022 1 次提交
  10. 08 3月, 2022 1 次提交
  11. 01 3月, 2022 1 次提交
  12. 29 12月, 2021 1 次提交
  13. 27 12月, 2021 1 次提交
  14. 26 11月, 2021 1 次提交
  15. 23 11月, 2021 1 次提交
  16. 14 10月, 2021 1 次提交
  17. 14 9月, 2021 1 次提交
    • H
      Add solutions to PyLayer which is unsupported in DataParallel (#35401) · d483b8c0
      Haohongxiang 提交于
      * Add solutions to PyLayer which is unsupported in DataParallel
      
      * modify note format for parallel.py
      
      * modify docs of dataparallel
      
      * add docs of dp with pylayer
      
      * modify docs format
      
      * modify example format
      
      * change example of dp with pylayer
      
      * add unittest for dp with pylayer
      
      * modify ut
      
      * merge latest codes
      
      * update
      
      * modify for CI-Coverage
      
      * modify text-indent
      d483b8c0
  18. 24 8月, 2021 1 次提交
    • H
      Add no_sync in data parallel for dynamic graph (#34740) · b09f4d7f
      Haohongxiang 提交于
      * Add no_sync in data parallel for dynamic graph
      
      * modify UT of no_sync
      
      * delete test_parallel_dygraph_dataparallel_no_sync.py
      
      * add test_parallel_dygraph_no_sync.py
      
      * modify run_trainer_with_spawn in UTs
      
      * Add UT of complex control flow in no_sync
      
      * add specific descriptions and notes for no_sync
      
      * check code style
      
      * modify UT's TIMEOUT in CMakeLists.txt
      b09f4d7f
  19. 05 7月, 2021 1 次提交
  20. 11 5月, 2021 1 次提交
  21. 22 4月, 2021 1 次提交
  22. 19 4月, 2021 2 次提交
  23. 01 4月, 2021 1 次提交
  24. 19 2月, 2021 1 次提交
  25. 03 2月, 2021 1 次提交
  26. 13 1月, 2021 1 次提交
  27. 22 12月, 2020 1 次提交
  28. 09 12月, 2020 2 次提交
  29. 04 12月, 2020 1 次提交
  30. 01 12月, 2020 1 次提交
  31. 27 11月, 2020 1 次提交
    • S
      Support dynamic graph distributed (#28997) · e2d01eb6
      ShenLiang 提交于
      * add reducer
      
      * refine envent for memorycopy
      
      * add concat&split for allreduce
      
      * apply concat & split for fuse tensor
      
      * fix nccl dep
      
      * fix the untest, compile problem and ddp initialize problem
      
      * fix untest for mac & add some comments & solve the repeated param in sublayers
      
      * fix untest for windows & fix document
      e2d01eb6
  32. 26 11月, 2020 1 次提交
  33. 24 11月, 2020 1 次提交
  34. 14 10月, 2020 1 次提交
  35. 29 9月, 2020 2 次提交
  36. 28 9月, 2020 1 次提交
  37. 23 9月, 2020 1 次提交
    • C
      Add new paddle.save/load APIs (#27331) · bb84f0e6
      Chen Weihang 提交于
      * init commit of new save/load
      
      * fix failed unittests
      
      * fix save_load_v2 unittest failed
      
      * fix failed unittest & polish doc
      
      * add tests for coverage
      
      * add more tests & move static apis
      
      * fix example code error
      
      * polish emample code
      
      * fix detail example code problem
      bb84f0e6