1. 29 1月, 2021 1 次提交
    • J
      Cherry pick fix acc sample code bug (#30716) · 1c7ec536
      Jiaqi Liu 提交于
      * Alias from  paddle.fluid.layers.auc to paddle.static.auc (#30206)
      
      * add alias from  fluid.layers.auc to static.auc
      
      * Update __init__.py
      
      * add auc into all list
      
      * alias acc, expose to users
      
      * add auc into 'all' list (#30310)
      
      * add auc into 'all' list
      
      * alias acc, expose to users
      
      * update sample code
      
      * fix paddle.static.acc and auc sample code bug, test=document_fix
      1c7ec536
  2. 18 1月, 2021 1 次提交
  3. 15 1月, 2021 2 次提交
    • P
      Cherry pick 30072 (#30499) · 590e718b
      pangyoki 提交于
      * Cherry-pick 30072, add dispenable input for core.ops.reshape2/expand/slice (#30072)
      
      * add dispenable input 'shape' for core.ops.reshape2
      
      * add dispenable inputs for core.ops.reshape2/expand/slice
      
      * add ut
      
      * save reshape update in pr 30180
      
      * save reshape update v2 in pr 30180
      Co-authored-by: NLeo Chen <chenqiuliang@baidu.com>
      590e718b
    • J
      【Cherry pick】 Expose paddle.static.auc, paddle.static.acc to users (#30311) · a64c7c91
      Jiaqi Liu 提交于
      * Alias from  paddle.fluid.layers.auc to paddle.static.auc (#30206)
      
      * add alias from  fluid.layers.auc to static.auc
      
      * Update __init__.py
      
      * add auc into all list
      
      * alias acc, expose to users
      
      * add auc into 'all' list (#30310)
      
      * add auc into 'all' list
      
      * alias acc, expose to users
      
      * update sample code
      a64c7c91
  4. 13 1月, 2021 1 次提交
  5. 11 1月, 2021 3 次提交
  6. 08 1月, 2021 1 次提交
    • J
      Fix beam search bug (#29824) (#30140) · b2ca2cad
      Jiaqi Liu 提交于
      * fix beam search bug
      
      * add dygraph unittest
      
      * update dynamic_decode argument doc
      
      * add warning info for state which has no lengths attribute
      b2ca2cad
  7. 07 1月, 2021 1 次提交
    • L
      [cherry pick] Some optimizations of elementwise_add, gelu and dropout for AMP (#30152) · 07f68fad
      Leo Chen 提交于
      * Improve performance of elementwise_add grad op (#29187)
      
      * pass stop_gradient for cast op
      
      * improve performance of elementwise_add grad
      
      * use tensor copy async
      
      * dygraph branch
      
      * fix dygraph branch
      
      * add ut
      
      * make gelu fp16 computing more robust (#29484)
      
      * Add fast path for dropout when p == 0  (#29553)
      
      * add fast path for p == 0 in dropout
      
      * add ut
      07f68fad
  8. 29 12月, 2020 2 次提交
  9. 07 12月, 2020 2 次提交
    • G
      Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr (#29235) (#29407) · 78380587
      Guo Sheng 提交于
      * Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr.
      test=develop
      
      * Fix api doc for print in label_smooth.
      test=develop
      
      * Update api docs according to review comments.
      Add name argument in RNN back.
      test=develop
      78380587
    • L
      [paddle v2.0.0rc1: API fixs] assign/conv2d/conv2d_transpose/cast/ParamAttr (#29397) · 0f53f3d9
      liuyuhui 提交于
      * fix bug,test=develop
      
      * fix DLTP-15151, paddle.ParamAttr API
      
      * fix DLTP-15083/DLTP-15274, paddle.nn.functionl.assign paddle.cast API
      
      * fix DLTP-15431/DLTP-15432, paddle.static.nn.conv2d paddle.static.nn.conv2d_transpose API
      
      * fix DLTP-15083, paddle.nn.functionl.assign API
      
      * fix DLTP-15431/DLTP-15432, paddle.static.nn.conv2d paddle.static.nn.conv2d_transpose API
      
      * support in_dygraph_mode for cast op, test=develop
      
      * fix bug,test=develop
      
      * fix doc
      
      * fix DLTP-15431/DLTP-15432, paddle.static.nn.conv2d paddle.static.nn.conv2d_transpose API, test=document_fix
      0f53f3d9
  10. 05 12月, 2020 1 次提交
  11. 03 12月, 2020 1 次提交
  12. 30 11月, 2020 4 次提交
  13. 28 11月, 2020 1 次提交
  14. 27 11月, 2020 6 次提交
  15. 26 11月, 2020 6 次提交
  16. 25 11月, 2020 3 次提交
  17. 24 11月, 2020 3 次提交
    • C
      fix some docs (#29011) · 018e1699
      Chen Long 提交于
      * fix some docs test=develop;test=document_fix
      
      * add code example test=develop;test=document_fix
      
      * fix code example test=develop;test=document_fix
      
      * fix code example test=develop;test=document_fix
      
      * fix code example test=develop;test=document_fix
      018e1699
    • Y
      fix clip by norm EN doc. test=develop (#28994) · 9a475582
      ysh329 提交于
      * fix clip by norm eng doc. test=develop
      9a475582
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  18. 23 11月, 2020 1 次提交