1. 21 6月, 2019 1 次提交
  2. 16 6月, 2019 1 次提交
  3. 14 6月, 2019 2 次提交
  4. 06 6月, 2019 1 次提交
  5. 27 5月, 2019 1 次提交
  6. 17 5月, 2019 1 次提交
  7. 25 4月, 2019 2 次提交
  8. 29 3月, 2019 1 次提交
  9. 28 3月, 2019 1 次提交
  10. 21 3月, 2019 1 次提交
  11. 20 3月, 2019 1 次提交
    • W
      Collective ops (#15572) · 6382b62f
      Wu Yi 提交于
      * wip allreduce in op
      
      * wip
      
      * wip
      
      * wip
      
      * wip adding test
      
      * wip for conflict with mp mode
      
      * fix tests test=develop
      
      * fix cpu build test=develop
      
      * fix travis clang format test=develop
      
      * fix cpu build test=develop
      
      * update api.spec test=develop
      
      * delete comment test=develop
      
      * fix cpplint test=develop
      
      * fix test=develop
      
      * follow comment test=develop
      
      * add file test=develop
      
      * fix build test=develop
      
      * update test=develop
      
      * to be compatible with sync_bn, and fix mp mode in develop test=develop
      6382b62f
  12. 06 3月, 2019 1 次提交
    • L
      add IfElse test case for ir memory optimize (#15998) · 9cc6f400
      liuwei1031 提交于
      * add ir memory optimize test case for IfElse op, test=develop
      
      * fix some unitttest failure by force using the python memory_optimize, test=develop
      
      * tweak comments, test=develop
      
      * fix unittest, test=develop
      
      * fix unittest, test=develop
      9cc6f400
  13. 05 3月, 2019 1 次提交
    • L
      add IfElse test case for ir memory optimize (#15998) · caadd058
      liuwei1031 提交于
      * add ir memory optimize test case for IfElse op, test=develop
      
      * fix some unitttest failure by force using the python memory_optimize, test=develop
      
      * tweak comments, test=develop
      
      * fix unittest, test=develop
      
      * fix unittest, test=develop
      caadd058
  14. 07 2月, 2019 1 次提交
  15. 06 2月, 2019 1 次提交
  16. 23 1月, 2019 1 次提交
  17. 22 1月, 2019 2 次提交
  18. 04 1月, 2019 3 次提交
  19. 27 12月, 2018 1 次提交
  20. 13 12月, 2018 1 次提交
  21. 12 12月, 2018 1 次提交
  22. 10 12月, 2018 1 次提交
  23. 07 12月, 2018 1 次提交
    • W
      add nccl2 dist tests (#14755) · aebc175c
      Wu Yi 提交于
      * add nccl2 dist tests test=develop
      
      * fix dist_base test=develop
      
      * fix tests test=develop
      
      * fix test on mac test=develop
      aebc175c
  24. 05 12月, 2018 1 次提交
  25. 13 11月, 2018 1 次提交
    • X
      fix · 44ecf9a4
      Xin Pan 提交于
      test=develop
      44ecf9a4
  26. 08 11月, 2018 1 次提交
    • X
      fix test · 9735e301
      Xin Pan 提交于
      the build strategy is finalized after create_passes. So future
      change of build strategy has no effects.
      
      test=develop
      9735e301
  27. 06 11月, 2018 1 次提交
    • W
      feature/DC asgd (#12722) · 306236c2
      Wu Yi 提交于
      * wip
      
      * add ref_by_trainer_id op
      
      * ready to test
      
      * fix ref inputs
      
      * refine rpc_op_handle
      
      * fix merge bug
      306236c2
  28. 01 11月, 2018 1 次提交
    • W
      Refine dist ut (#14118) · d186e743
      Wu Yi 提交于
      * fix use_reader_alloc uts
      
      * dist ut fixes test=develop
      
      * update test=develop
      
      * fix test for py3 test=develop
      d186e743
  29. 31 10月, 2018 1 次提交
  30. 30 10月, 2018 1 次提交
  31. 29 10月, 2018 1 次提交
    • W
      [1.1] [project] train imagenet using large batch size (#13766) · 26200f2e
      Wu Yi 提交于
      * fix nccl2 lars dist support
      
      * put lars in momentum op
      
      * add tests lars
      
      * fix ci
      
      * fix cpu kernel
      
      * soft warning
      
      * remove lars in test_recognize_digits.py
      
      * move to another op
      
      * add file
      
      * update api.spec test=develop
      
      * update test=develop
      
      * fix api.spec test=develop
      
      * wip
      
      * wip, finish grad merge ops
      
      * wip, finish graph build
      
      * wip test running
      
      * work on 1 gpu
      
      * workable version
      
      * update
      
      * fix tests
      
      * fuse broadcast op
      
      * fix compile failed
      
      * refine
      
      * add batch merge test mnist
      
      * fix CI test=develop
      
      * fix build
      
      * use independent bn params for batch merge test=develop
      
      * update api.spec
      
      * follow comments and for test
      
      * wip
      
      * refine tests test=develop
      
      * follow comments test=develop
      
      * remove startup bn modify test=develop
      
      * follow comments test=develop
      
      * fix merge test=develop
      26200f2e
  32. 29 9月, 2018 1 次提交
  33. 28 9月, 2018 1 次提交
  34. 27 9月, 2018 1 次提交
    • T
      Add distributed unit tests about text_classification/simnet-bow/ctr (#12812) · 97cf1eb6
      tangwei12 提交于
      * add dist ut for text_classification
      
      * add dist ut for text_classification
      
      * add simnet bow unittest
      
      * add dist ut for simnet bow
      
      * add trainning data url for simnet bow
      
      * add trainning data url for simnet bow
      
      * modify simnet test_reader to train reader
      
      * add test_dist_ctr
      
      * test_dist_ctr can run now
      
      * dense update is good
      
      * add unit test for selected rows
      
      * debug unit test
      
      * fix dist sparse update problem
      
      * Constant args at init
      
      * optimize code
      
      * simnet optimize
      
      * fix DebugStringEx
      
      * optimize sum_op.h
      
      * add ScaleOpVarTypeInference
      
      * clean code
      
      * fix test_dist_transpiler.py
      
      * code optimize
      
      * modify delta
      
      * fix sparse update bug
      
      * dist test use one cpu
      
      * update some data
      
      * remove unused code
      
      * add use cuda config
      
      * unit test fix
      
      * unit test fix
      
      * unit test fix
      
      * unit test fix
      
      * dist_word2vec use CPU
      
      * unit test fix
      
      * unit test fix
      
      * code clean
      
      * code clean
      
      * merge develop
      
      * api spec update
      
      * Revert: api spec update
      
      * replace simnet data with fake
      
      * replace simnet data with fake
      
      * update dim
      
      * add batch auc
      
      * code clean
      
      * code clean
      
      * modify print to stderr
      
      * update simnet delta -> 1e-5
      
      * update RUN_STEP
      
      * add use_reader_alloc
      
      * add use_reader_alloc
      
      * add use_reader_alloc
      
      * modify delta
      
      * add use_reader_alloc
      
      * fix stderr write
      
      * python3 compatibility
      
      test=develop
      
      * python3 compatibility, test=develop
      
      * Update dist_text_classification.py
      
      * test=develop
      97cf1eb6
  35. 16 9月, 2018 1 次提交