1. 11 7月, 2022 1 次提交
  2. 24 6月, 2022 1 次提交
    • G
      Fix hang bug of TCPStore (#43724) · 4c9330d6
      gongweibao 提交于
      * tmp fix
      
      * init
      
      * compile ok
      
      * compile ok
      
      * add vlogs
      
      * add test
      
      * fix termination error
      
      * add testfile
      
      * add
      
      * fix window compile
      
      * fix window compile
      
      * fix windows compile
      
      * fix windows compile
      
      * fix windows compile
      
      * fix windows compile
      
      * fix windows compile
      
      * fix windows compile
      
      * fix kunlun compile
      
      * fix compilation
      
      * fix compilation
      
      * fix compilation
      
      * tmp fix
      
      * add windows
      
      * add windows
      
      * add more logs
      
      * change timeout to protected
      
      * SB
      
      * add
      
      * add
      
      * fix timeout
      
      * add
      
      * fix test
      
      * fix test
      
      * fix test
      
      * fix ut
      
      * fix ut
      
      * fix ut
      4c9330d6
  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. 02 6月, 2022 1 次提交
  5. 13 5月, 2022 1 次提交
  6. 27 4月, 2022 1 次提交
  7. 07 4月, 2022 1 次提交
  8. 06 4月, 2022 1 次提交
  9. 05 4月, 2022 1 次提交
  10. 02 4月, 2022 1 次提交
  11. 08 3月, 2022 1 次提交
  12. 06 12月, 2021 1 次提交
  13. 23 11月, 2021 1 次提交
  14. 21 10月, 2021 1 次提交
  15. 08 9月, 2021 1 次提交
  16. 16 7月, 2021 1 次提交
  17. 11 6月, 2021 1 次提交
  18. 06 5月, 2021 1 次提交
  19. 03 2月, 2021 1 次提交
  20. 31 12月, 2020 1 次提交
  21. 22 12月, 2020 1 次提交
  22. 08 12月, 2020 1 次提交
  23. 27 11月, 2020 1 次提交
  24. 24 11月, 2020 1 次提交
  25. 16 11月, 2020 1 次提交
  26. 14 10月, 2020 1 次提交
  27. 29 9月, 2020 1 次提交
  28. 28 9月, 2020 2 次提交
  29. 31 8月, 2020 1 次提交
  30. 28 8月, 2020 1 次提交
    • C
      Add interface to launch parallel dygraph by multiprocessing (#26044) · 31f422ae
      Chen Weihang 提交于
      * add dygraph parallel run interface
      
      * polish implement & unified env property name
      
      * add print config arg
      
      * refactor init_parallel_env function
      
      * Compatible with multiprocessing and launch modes
      
      * set default trainer start port
      
      * support run in python 2
      
      * polish python2 support code
      
      * remove python2 support
      
      * refine launch import
      
      * polish dome design details
      
      * refactor api implemention & path
      
      * use new method _set_expected_place
      
      * add spawn unittest framework & mnist test
      
      * add more unittests & doc
      
      * fix unittest failed
      
      * polish english doc
      
      * self review and polish details
      
      * refactor code by reviewer's comments
      
      * fix unittest failed
      
      * fix parallel_env unittest
      
      * fix several typos
      
      * fix error introduced when fixing typos
      
      * add unpublic note for start_processes
      
      * polish details by xiaoguang's comment
      
      * verify correctly when spawn nprocs=-1
      
      * refactor spawn & init_parallel_env design
      
      * polish doc details
      
      * open spawn unittests
      
      * try to fix doc compile error
      
      * try to fix unknown doc format error
      
      * add skip unittest when not gpu
      31f422ae