1. 15 4月, 2022 1 次提交
  2. 06 4月, 2022 1 次提交
  3. 05 4月, 2022 1 次提交
  4. 02 4月, 2022 1 次提交
  5. 28 3月, 2022 1 次提交
  6. 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
  7. 15 3月, 2022 1 次提交
  8. 08 3月, 2022 1 次提交
  9. 01 3月, 2022 1 次提交
  10. 29 12月, 2021 1 次提交
  11. 27 12月, 2021 1 次提交
  12. 26 11月, 2021 1 次提交
  13. 23 11月, 2021 1 次提交
  14. 14 10月, 2021 1 次提交
  15. 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
  16. 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
  17. 05 7月, 2021 1 次提交
  18. 11 5月, 2021 1 次提交
  19. 22 4月, 2021 1 次提交
  20. 19 4月, 2021 2 次提交
  21. 01 4月, 2021 1 次提交
  22. 19 2月, 2021 1 次提交
  23. 03 2月, 2021 1 次提交
  24. 13 1月, 2021 1 次提交
  25. 22 12月, 2020 1 次提交
  26. 09 12月, 2020 2 次提交
  27. 04 12月, 2020 1 次提交
  28. 01 12月, 2020 1 次提交
  29. 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
  30. 26 11月, 2020 1 次提交
  31. 24 11月, 2020 1 次提交
  32. 14 10月, 2020 1 次提交
  33. 29 9月, 2020 2 次提交
  34. 28 9月, 2020 1 次提交
  35. 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
  36. 03 9月, 2020 1 次提交
    • C
      Update set_dict method name & add aliases (#26700) · 9cb57f94
      Chen Weihang 提交于
      * update set_dict method name & add aliases
      
      * fix var name error
      
      * fix alias formats
      
      * use set_state_dict in unittest
      
      * add decorator solve compatible problem
      
      * polish decorator
      
      * replace layer set_state_dict by patched method
      
      * remove import monkey path layer
      
      * fix import function error
      
      * add unittest for coverage
      9cb57f94
  37. 02 9月, 2020 1 次提交