1. 18 3月, 2019 1 次提交
  2. 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
  3. 14 3月, 2019 1 次提交
  4. 13 3月, 2019 3 次提交
  5. 11 3月, 2019 2 次提交
  6. 04 3月, 2019 5 次提交
  7. 27 2月, 2019 2 次提交
  8. 26 2月, 2019 1 次提交
  9. 25 2月, 2019 2 次提交
  10. 22 2月, 2019 1 次提交
  11. 21 2月, 2019 2 次提交
  12. 20 2月, 2019 1 次提交
  13. 19 2月, 2019 2 次提交
  14. 18 2月, 2019 1 次提交
  15. 12 2月, 2019 1 次提交
  16. 11 2月, 2019 1 次提交
  17. 31 1月, 2019 1 次提交
    • L
      expose peak gpu memory API to python test=develop (#15529) · 6e84eb13
      liuwei1031 提交于
      * expose peak gpu memory API to python test=develop
      
      * add unittest for peak gpu memory monitoring test=develop
      
      * add pybind change test=develop
      
      * add mutex to gpu mem usage monitor test=develop
      
      * update benchmark flag definition file test=develop
      
      * tweak unittest for memory monitoring test=develop
      6e84eb13
  18. 28 1月, 2019 1 次提交
  19. 24 1月, 2019 1 次提交
  20. 23 1月, 2019 1 次提交
  21. 22 1月, 2019 3 次提交
  22. 21 1月, 2019 4 次提交
  23. 19 1月, 2019 1 次提交
  24. 16 1月, 2019 1 次提交