1. 13 1月, 2021 1 次提交
  2. 11 1月, 2021 3 次提交
  3. 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
  4. 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
  5. 29 12月, 2020 2 次提交
  6. 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
  7. 05 12月, 2020 1 次提交
  8. 03 12月, 2020 1 次提交
  9. 30 11月, 2020 4 次提交
  10. 28 11月, 2020 1 次提交
  11. 27 11月, 2020 6 次提交
  12. 26 11月, 2020 6 次提交
  13. 25 11月, 2020 3 次提交
  14. 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
  15. 23 11月, 2020 1 次提交
  16. 20 11月, 2020 2 次提交
  17. 19 11月, 2020 2 次提交