1. 04 4月, 2019 1 次提交
  2. 21 3月, 2019 1 次提交
  3. 15 3月, 2019 1 次提交
    • Q
      Support sync batch norm. (#16121) · 8ad672a2
      qingqing01 提交于
      * Support Sync Batch Norm.
      * Note, do not enable it in one device.
      
      Usage:
      
      build_strategy = fluid.BuildStrategy()
      build_strategy.sync_batch_norm = True
      binary = fluid.compiler.CompiledProgram(tp).with_data_parallel(
              loss_name=loss_mean.name,
              build_strategy=build_strategy)
      8ad672a2
  4. 29 1月, 2019 1 次提交
  5. 19 10月, 2018 1 次提交
  6. 27 8月, 2018 1 次提交
  7. 25 8月, 2018 1 次提交
  8. 23 8月, 2018 1 次提交
    • W
      Resovle multi gpu async deps (#12828) · b8da70c3
      Wu Yi 提交于
      * dist transpiler add control dependency var between send and recv
      
      * fix async deps
      
      * follow comments and refine
      
      * fix deps connect for rpc ops
      b8da70c3
  9. 22 7月, 2018 1 次提交
  10. 18 7月, 2018 2 次提交
  11. 12 2月, 2018 1 次提交
  12. 10 2月, 2018 2 次提交
  13. 24 11月, 2017 1 次提交
  14. 13 10月, 2017 1 次提交
  15. 15 9月, 2017 1 次提交
  16. 25 5月, 2017 1 次提交
  17. 09 12月, 2016 1 次提交
  18. 29 8月, 2016 1 次提交