1. 26 3月, 2019 1 次提交
  2. 25 3月, 2019 1 次提交
  3. 24 3月, 2019 1 次提交
  4. 23 3月, 2019 2 次提交
  5. 22 3月, 2019 4 次提交
  6. 21 3月, 2019 3 次提交
  7. 20 3月, 2019 4 次提交
    • B
      Add softmax_with_cross_entropy_op to ngraph engine (#16304) · 2de263a5
      baojun 提交于
      * Add softmax_with_cross_entropy_op test=develop
      
      * simplify implementation test=develop
      2de263a5
    • C
      Fuse AllReduce (#15921) · f26ba5bd
      chengduo 提交于
      * fuse all_reduce
      test=develop
      
      * add fuse_parameter_groups_size
      test=develop
      
      * Polish code
      test=develop
      
      * Fix travis-ci
      test=develop
      
      * Add SetGroupAccordingToLayers and SetGroupAccordingToGroupSize
      test=develop
      
      * Add SetGroupAccordingToMemorySize
      test=develop
      
      * fix multi_devices_graph
      test=develop
      
      * reset params_grads
      test=develop
      
      * Polish code
      test=develop
      f26ba5bd
    • 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
    • L
      checkpoint pr be moved here, test=develop · bed0ecf3
      lujun 提交于
      bed0ecf3
  8. 19 3月, 2019 2 次提交
  9. 18 3月, 2019 2 次提交
  10. 15 3月, 2019 5 次提交
  11. 14 3月, 2019 3 次提交
  12. 12 3月, 2019 10 次提交
  13. 11 3月, 2019 2 次提交
    • M
      Polish code · de212ae2
      minqiyang 提交于
      test=develop
      de212ae2
    • Q
      Imperative remove all descs (#16045) · 1f4aa7a2
      Qiyang Min 提交于
      * Remove Desc in Forward Pass
      
      * Refactor VarBase
      
      * Add dbg info
      
      * Only check type in imperative mode
      
      * Polish code and support optimizer
      
      test=develop
      
      * Fix stop gradient problem in PyLayer
      
      test=develop
      1f4aa7a2