1. 22 7月, 2019 1 次提交
  2. 27 6月, 2019 1 次提交
    • H
      supports collective communicated training (#18175) · b7128bac
      HaoRen 提交于
      * fix prepare context redundant code problem, optimize executor by caching create_varaiables
      test=develop
      
      * supports collective training in executor
      
      * make fetch_list runable with variables, add more unittest for use_program_cache
      test=develop
      
      * fix comment
      test=develop
      
      * use unique name for nccl_id
      
      * supports output to stream in program_to_code
      
      * insert sync_comm_stream before regularization; add skip_op_callstack capability in program_to_code
      
      * set op role in collective training
      
      * add collective op role
      
      * remove orig file
      
      * add build optimizer by strategy
      
      * add collective strategy
      
      * refine collective strategy
      
      * add multi-process role maker
      
      * refine strategy building factory so that we can easily plugin more strategy
      
      * scale loss grad in collective sgd transpiler
      
      * add support for distributed fc
      
      * code format
      
      * revert some features for dist fc
      
      * add support for distributed fc training
      
      * fix prepare context redundant code problem, optimize executor by caching create_varaiables
      test=develop
      
      * supports collective training in executor
      
      * make fetch_list runable with variables, add more unittest for use_program_cache
      test=develop
      
      * use unique name for nccl_id
      
      * supports output to stream in program_to_code
      
      * insert sync_comm_stream before regularization; add skip_op_callstack capability in program_to_code
      
      * set op role in collective training
      
      * add collective op role
      
      * fix comment
      test=develop
      
      * remove orig file
      
      * add build optimizer by strategy
      
      * add collective strategy
      
      * refine collective strategy
      
      * add multi-process role maker
      
      * refine strategy building factory so that we can easily plugin more strategy
      
      * scale loss grad in collective sgd transpiler
      
      * add support for distributed fc
      
      * code format
      
      * revert some features for dist fc
      
      * add support for distributed fc training
      
      * test=develop
      add collective op unittest standard
      
      * test=develop
      remove the test_collective directory
      
      * test=develop
      remove the test_collective directory
      
      * remove slicegather test
      
      * code format for reducescatter
      
      * update attr of shard_index_op
      
      * Modify macro nccl_helper
      
      * remove test without distribute
      
      * macro collective_helper
      
      * marcro update
      
      * test=develop
      update support python3.5
      
      * test=develop change gpu memory use to 0.1 when test
      
      * test=develop
      update ut equal func
      
      * test=develop
      set flags to 1.5
      
      * test=develop fix pickle dumple  py35
      
      * test=develop
      fix divide in slice and add sync_comm_stream
      update atol and rtol to 1e-05
      rm shard_index op and test
      modify read input from file to read from memory
      remove origin_program in framework and add i/o in c_sync_calc_stream
      
      * test=develop update unittest sync operator I/O
      b7128bac
  3. 30 1月, 2019 1 次提交
    • T
      transpiler.py code clean (#15555) · 90df7ff3
      tangwei12 提交于
      * move var strusted to vars_distributed.py, add optimizer's block name, test=develop
      
      * rename optimzier's seems complex, revert it, test=develop
      
      * replace * with details, test=develop
      90df7ff3
  4. 25 1月, 2019 1 次提交
  5. 17 11月, 2018 2 次提交
  6. 11 11月, 2018 2 次提交
  7. 08 11月, 2018 1 次提交
  8. 07 11月, 2018 3 次提交
  9. 26 9月, 2018 1 次提交
  10. 21 9月, 2018 1 次提交
  11. 18 9月, 2018 1 次提交
  12. 13 9月, 2018 1 次提交
    • W
      Trainer auto wait pserver ports (#13341) · 3ab3a7f3
      Wu Yi 提交于
      * trainer auto wait pserver port ready
      
      * add file
      
      * fix docstring
      
      * add option to not wait
      
      * update api spec
      
      * clean
      
      * fix test hang
      3ab3a7f3
  13. 04 9月, 2018 1 次提交
  14. 29 8月, 2018 1 次提交
  15. 24 8月, 2018 1 次提交
  16. 23 8月, 2018 1 次提交
  17. 15 8月, 2018 1 次提交
  18. 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
  19. 26 7月, 2018 1 次提交
  20. 17 7月, 2018 1 次提交
    • W
      Remove block api (#12107) · db67d60e
      Wu Yi 提交于
      * remove block api
      
      * remove clone_variable
      
      * hide block inner apis
      
      * update
      
      * fix tests
      db67d60e
  21. 31 5月, 2018 1 次提交