1. 30 7月, 2020 2 次提交
    • Cherry-pick of lite engine, test=release/1.8 (#25817) · 45fa6861
      石晓伟 提交于
      * ignore warnings of external libraries, test=develop (#24193)
      
      * fix repeat definitions in liengine.cc, test=develop (#25020)
      
      * remove paddle_use_kernel and paddle_use_op. test=develop (#25189)
      
      * fix compile for lite subgraph. test=develop (#25285)
      
      * [CI] [Lite-Subgraph] CI add lite subgraph check. (#25346)
      
      * supports xpu runtime, test=develop (#25554)
      
      * fix cmake of lite, test=develop (#25680)
      
      * change commit files, test=release/1.8
      Co-authored-by: NWilber <jiweibo@baidu.com>
      45fa6861
    • C
      Fix index overflow bug of the CUDA kernel loop increment (#25435) (#25727) · e947d11e
      Chen Weihang 提交于
      * fix softmax_with_cross_entropy cuda kernel overflow bug, test=develop
      
      * replace old macro & for condition, test=develop
      
      * polish details, test=develop
      e947d11e
  2. 27 7月, 2020 1 次提交
  3. 25 7月, 2020 1 次提交
  4. 17 7月, 2020 2 次提交
  5. 09 7月, 2020 1 次提交
  6. 03 7月, 2020 3 次提交
  7. 02 7月, 2020 2 次提交
  8. 01 7月, 2020 1 次提交
  9. 30 6月, 2020 1 次提交
  10. 29 6月, 2020 4 次提交
  11. 28 6月, 2020 1 次提交
  12. 05 6月, 2020 1 次提交
  13. 03 6月, 2020 1 次提交
  14. 02 6月, 2020 2 次提交
  15. 01 6月, 2020 1 次提交
  16. 26 5月, 2020 1 次提交
  17. 25 5月, 2020 1 次提交
  18. 20 5月, 2020 1 次提交
    • L
      [cherry-pick] error message enhancement (#24631) · 0650ae08
      liu zhengxi 提交于
      * API(dynamic_gru, chunk_eval, BeamSearchDecoder) error message enhancement (#24513)
      
      * dynamic_gru err_msg enhancement, test=develop
      
      * chunk_eval err_msg enhancement and fix crf_decoding output type, test=develop
      
      * BeamSearchDecoder err msg enhancement, test=develop
      
      * API/OP(sequence_expand_as) error message enhancement (#23712) 
      Co-authored-by: NGuo Sheng <whucsgs@163.com>
      0650ae08
  19. 15 5月, 2020 5 次提交
    • 1
      test=develop, error info improvement (#24496) (#24572) · 9e4fabc0
      123malin 提交于
      9e4fabc0
    • L
      [Cherry-pick 1.8] Improving error reporting messages for ops #24438 (#24534) · ca41e552
      lilong12 提交于
      * improve error reporting messages
      ca41e552
    • W
    • J
      SamplingID Op fix error print (#24521) (#24552) · f6050dac
      Jiawei Wang 提交于
      * fix error print for sampling_id_op
      
      * fix spell err
      
      * fix spell err test=develop
      f6050dac
    • A
      [cherry-pick][Dy2stat] training with @declarative decorator and save_inference_model (#24557) · a20ce3ee
      Aurelius84 提交于
      * [Dy2Stat] Add test for ptb model. (#24076)
      
      * [Dy2Stat] Add test for ptb model. test=develop
      
      * Simplify code for gast.If in is_control_flow_to_transform. test=develop
      
      * Move IsControlFlowVisitor to file utils. test=develop
      
      * Don't use convert_call for build-in func in CallTransformer. test=develop
      
      * Optimize api is_control_flow_to_transform. test=develop
      
      * Polish the document of IsControlFlowVisitor. test=develop
      
      * Use declarative instead of dygraph_to_static_func. test=develop
      
      * [dy2static] Add print transformer and unify print format (#24068)
      
      * add print transformer & unify print format, test=develop
      
      * remove using of dygraph_to_static_func, test=develop
      
      * remove python stdout capture, test=develop
      
      * fix compatibility problems for PY2, test=develop
      
      * fix detail error, test=develop
      
      * fix type analysis bug, test=develop
      
      * fix print tuple compatible error in PY2, test=develop
      
      * replace get_func to declarative, test=develop
      
      * fix detail bug, test=develop
      
      * fix some detail problems, test=develop
      
      * change visit_call in print transformer, test=develop
      
      * [dy2static] Support for static graph training with @declarative decorator (#24259)
      
      * support to train in static
      
      * support to independent decorator
      
      * remove in_dygraph_mode condition in ProgramTranslator
      
      * fix import param_guard and add train/eval test=develop
      
      * Modify into ShareVarsFromScope and rm __all__ in partial_program test=develop
      
      * [Dy2Stat] Optimize loop cond (#24049)
      
      * Simplify code for gast.If in is_control_flow_to_transform.
      * Move IsControlFlowVisitor to file utils. 
      * Don't use convert_call for build-in func in CallTransformer. 
      * Optimize api is_control_flow_to_transform. 
      * Polish the document of IsControlFlowVisitor.
      
      * revert modification from #24259
      
      * [dy2stat]Support save_inference_model in program_translator (#24353)
      
      * support save_inference_model in program_translator test=develop
      
      * fix compatibility with OrderedDict.values() in python3 test=develop
      
      * synchronized random_seed test=develop
      
      * Polish Error Message test=develop
      
      * Fix bug with `if Tensor` in is_control_flow (#24433)
      
      * fix bug with `if Tensor` in is_control_flow test=develop
      
      * remove continue test=develop
      
      * Revert "[dy2static] Add print transformer and unify print format (#24068)"
      
      This reverts commit 09dd0190.
      
      * Revert "[dy2static] Add print transformer and unify print format (#24068)"
      
      This reverts commit 09dd0190.
      
      * fix sample code in sava_inference_model test=develop
      Co-authored-by: Nliym27 <33742067+liym27@users.noreply.github.com>
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      a20ce3ee
  20. 14 5月, 2020 8 次提交