1. 16 12月, 2020 1 次提交
  2. 14 10月, 2020 1 次提交
  3. 29 9月, 2020 1 次提交
    • C
      Polish api Program/CompiledProgram/ParallelEnv doc & code example (#27656) · 199da968
      Chen Weihang 提交于
      * polish Program api doc & example
      
      * polish CompiledProgram api doc & example
      
      * polish ParallelEnv api doc & examples
      
      * polish details, test=document_fix
      
      * polish program doc details, test=document_fix
      
      * polish details, test=document_fix
      
      * fix note format error, test=document_fix
      
      * add lost example, test=document_fix
      
      * fix lost example, test=document_fix
      199da968
  4. 14 5月, 2020 1 次提交
  5. 13 4月, 2020 1 次提交
  6. 10 4月, 2020 1 次提交
  7. 10 3月, 2020 1 次提交
  8. 11 1月, 2020 1 次提交
    • L
      add NotImplementedError for multi optimizers (#22181) · 8de33f41
      liym27 提交于
      * add NotImplementedError for multi optimizers used on multi-places . test=develop
      
      * assert error only if num_devices>1. test=develop
      
      * set test_optimizer_in_control_flow in CMakeLists for using multi-GPU.test=develop
      8de33f41
  9. 10 10月, 2019 2 次提交
  10. 19 9月, 2019 1 次提交
  11. 22 8月, 2019 1 次提交
  12. 09 8月, 2019 2 次提交
  13. 26 7月, 2019 1 次提交
    • Z
      Feature/mem opt pass refactor (#18735) · a802da65
      Zeng Jinle 提交于
      * first version memory optimize pass, test=develop
      
      * remove move_tensor_sharing_pass, test=develop
      
      * refine code comments, add unittests, test=develop
      
      * turn off memory_optimize by default, test=develop
      
      * follow huihuang's comments, test=develop
      
      * follow chengduoZH's comments, test=develop
      
      * fix grammar error, add const qualifier, fix pass_test exception message, test=develop
      
      * follow chengduoZH's comments 2nd, test=develop
      a802da65
  14. 11 7月, 2019 2 次提交
    • G
    • Z
      Feature/buffer_shared_inplace (#17911) · d3003a16
      Zeng Jinle 提交于
      * feature/buffer_shared_inplace, test=develop
      
      * refine code, test=develop
      
      * fix elementwise_add op cpu inplace and sum inplace bug, test=develop
      
      * add unittest and debug log, test=develop
      
      * fix parallel_executor scope bug, polish code, test=develop
      
      * fix sum op, activation op, single_in_place_inference bug, test=develop
      
      * remove kLocalExecScopeName, test=develop
      
      * fix unittest,test=develop
      
      * fix out_var first version bug, test=develop
      
      * follow comments,test=develop
      d3003a16
  15. 27 6月, 2019 1 次提交
  16. 23 6月, 2019 1 次提交
  17. 07 6月, 2019 1 次提交
    • W
      Add Ligth-NAS for PaddleSlim (#17679) · 5df65e50
      whs 提交于
      * Add auto pruning strategy.
      1. Fix compressor.
      2. Enhence graph executor.
      3. Add SAController
      4. Add auto pruning strategy.
      5. Add unitest for auto pruning strategy.
      test=develop
      
      * Init light-nas
      
      * Add light nas.
      
      * Some fix.
      test=develop
      
      * Fix sa controller.
      test=develop
      
      * Fix unitest of light nas.
      test=develop
      
      * Fix setup.py.in and API.spec.
      test=develop
      
      * Fix unitest.
      1. Fix unitest on windows.
      2. Fix package importing in tests directory.
      
      * 1. Remove unused comments.
      2. Expose eval_epoch option.
      3. Remove unused function in search_agent.
      4. Expose max_client_num to yaml file.
      5. Move flops constraint to on_epoch_begin function
      test=develop
      
      * Fix light nas strategy.
      test=develop
      
      * Make controller server stable.
      test=develop
      
      * 1. Add try exception to compressor.
      2. Remove unitest of light-nas for windows.
      test=develop
      
      * Add comments
      Enhence controller
      test=develop
      
      * Fix comments.
      test=develop
      5df65e50
  18. 27 5月, 2019 1 次提交
  19. 08 5月, 2019 1 次提交
  20. 21 4月, 2019 1 次提交
    • Z
      Refine model gpu memory (#16993) · 1202d3fc
      Zeng Jinle 提交于
      * speedup gc and inplace softmax_with_cross_entropy_grad
      test=develop
      
      * refine models gpu mem
      Merge skip vars and warning messages of mem opt
      remove relu mem opt
      test=develop
      
      * follow comments
      test=develop
      1202d3fc
  21. 20 3月, 2019 1 次提交
  22. 19 3月, 2019 1 次提交
  23. 15 3月, 2019 2 次提交
    • S
      fix compiler · 4b073c95
      sneaxiy 提交于
      test=develop
      4b073c95
    • 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
  24. 13 3月, 2019 1 次提交
    • Y
      fix broadcast on mp mode (#15951) · 30568473
      Yan Xu 提交于
      * fix broadcast with mp mode
      
      * polish code test=develop
      
      * fix bcast strategy test=develop
      
      * fic cpplint test=develop
      
      * fix py3 failed test=develop
      
      * fix comment test=develop
      
      * update comment test=develop
      30568473
  25. 12 3月, 2019 1 次提交
  26. 09 3月, 2019 1 次提交
  27. 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
  28. 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
  29. 04 3月, 2019 1 次提交
  30. 01 3月, 2019 1 次提交
  31. 25 2月, 2019 1 次提交
  32. 23 2月, 2019 1 次提交
  33. 22 2月, 2019 1 次提交
  34. 21 2月, 2019 1 次提交
  35. 20 2月, 2019 2 次提交