1. 10 6月, 2020 2 次提交
  2. 09 6月, 2020 1 次提交
    • H
      Fix get item out of range error (#24339) (#24943) · 9fd1dd05
      hong 提交于
      * raise index error when slice out of range; test=develop
      
      * add uni test; test=develop
      
      * fix format error; test=develop
      
      * add comment for py::index_error; test=develop
      
      * polish error message; test=develop
      
      * polish error message; test=develop
      9fd1dd05
  3. 05 6月, 2020 4 次提交
  4. 03 6月, 2020 2 次提交
    • W
      Fix the broadcast bug in the elementwise ops, cherry-pick from the develop · c0b72418
      wawltor 提交于
      PR types: Bug fixes
      PR changes:Ops
      Describe:
      Fix the broadcast bug in elementwise ops, when elementwise ops do not have fast gradient calculate way,use the default way to calculate.
      c0b72418
    • C
      [Cherry-pick] Fix some bugs for quantization (#24852) · 5993dde3
      cc 提交于
      * Update sigmoid output from Y to out, test=develop (#24765)
      
      * Collecting concat output threshold, test=develop (#24742)
      
      * Add output threshold for ops that have several output activations, test=develop (#24726)
      
      * [Fix bug] Init scale node in OutScaleForTrainingPass and enable test_quantization_scale_pass UT (#24393)
      
      * Init scale node in OutScaleForTrainingPass, test=develop
      * Enable test_quantization_scale, test=develop
      5993dde3
  5. 02 6月, 2020 3 次提交
  6. 01 6月, 2020 1 次提交
  7. 26 5月, 2020 1 次提交
  8. 25 5月, 2020 1 次提交
  9. 21 5月, 2020 2 次提交
  10. 20 5月, 2020 2 次提交
  11. 19 5月, 2020 1 次提交
  12. 15 5月, 2020 8 次提交
    • P
      fix bert bug using trt6 when compile with CUDA_ARCH_NAME=All (#24574) · ea1c05d0
      Pei Yang 提交于
      test=develop
      Co-authored-by: Nnhzlx <nhzlx.dragon@gmail.com>
      ea1c05d0
    • 1
      test=develop, error info improvement (#24496) (#24572) · 9e4fabc0
      123malin 提交于
      9e4fabc0
    • A
      [Dy2stat] Fix function lookup bug in convert_call (#24567) (#24571) · eb0ca3b7
      Aurelius84 提交于
      * fix convert call globals_funcs test=develop
      
      * add import statement test=develop
      eb0ca3b7
    • 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
    • X
      fix error check (#24483) (#24531) · 6f65b078
      xujiaqi01 提交于
      * fix error check of stack and space_to_depth
      * test=develop
      6f65b078
    • 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
  13. 14 5月, 2020 12 次提交