1. 30 11月, 2020 4 次提交
  2. 28 11月, 2020 1 次提交
  3. 27 11月, 2020 6 次提交
  4. 26 11月, 2020 6 次提交
  5. 25 11月, 2020 3 次提交
  6. 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
  7. 23 11月, 2020 1 次提交
  8. 20 11月, 2020 2 次提交
  9. 19 11月, 2020 2 次提交
  10. 17 11月, 2020 1 次提交
  11. 16 11月, 2020 1 次提交
  12. 30 10月, 2020 1 次提交
  13. 28 10月, 2020 2 次提交
  14. 27 10月, 2020 1 次提交
  15. 26 10月, 2020 1 次提交
    • C
      [cherry pick ] cherry pick 28108 28198 28199 from release2.0rc (#28215) · 99408718
      cnn 提交于
      * Release 2.0rc cherry pick api rename #28108 (#28184)
      
      * rename count_include_pad-->exclusive  return_indices-->return_mask
      
      * remove track_running_stats
      
      * fix typo.
      
      * rename xxxd-->xxxxD
      
      * solve conflicts
      
      * 2.0rc api add all any (#28199)
      
      * reduce trt warning message (#28011)
      
      add paddle.enable_static() on sample code
      
      alias recude_all-->all, reduce_any-->any
      
      add import reduce_all and reduce_any in python/paddle/tensor/math.py
      
      import all and any in python/paddle/tensor/__init__.py
      
      remove all and any OP in python/paddle/tensor/logic.py, add all and any OP in python/paddle/tensor/math.py
      
      fix import error
      
      remove TestAllAPI temporary
      
      * fix doc of recdue_all and reduce_any, test=document_fix
      
      * fix typo
      
      * fix unittest for all and any API
      Co-authored-by: NPei Yang <peiyang@baidu.com>
      
      * rename conv_transposeXd-->convXd_transpose (#28198)
      
      * fix sample code of reduce_all and reduce_any
      Co-authored-by: NPei Yang <peiyang@baidu.com>
      99408718
  16. 21 10月, 2020 1 次提交
  17. 20 10月, 2020 1 次提交
  18. 16 10月, 2020 2 次提交
    • C
    • G
      Clean text.py and decode.py for API 2.0 (#26853) · 01335815
      Guo Sheng 提交于
      * Make dynamic_decode support dygraph and expose to API 2.0
      test=develop
      
      * update info about BeamSearchDecoder and dynamic_decode
      
      * remove all APIs in paddle.text, expose BeamSearchDecoder and dynamic_decode
      
      * update example code
      
      * delete test_text.py, decode.py, update some doc, fix example code float64
      
      * delete decode import from paddle.nn
      
      * fix unittest bugs
      
      * use dygraph.Embedding instead of nn.Embedding, add paddle.enbale_static()
      
      * update, correct doc
      
      * move dynamic_decode, BeamSearchDecoder API to paddle.nn
      
      * fix code style
      
      * update unittest param, delete import pf text.py
      
      * set dtype of beamsearchtest float64
      
      * update example code of BeamSearchDecoder, dynamic_decode
      Co-authored-by: NLiuChiaChi <709153940@qq.com>
      01335815
  19. 15 10月, 2020 1 次提交
    • T
      fix slice doc (#27941) · f58434ef
      Thunderbrook 提交于
      * test=document_fix
      
      * fix slice doctest=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      
      * test=document_fix
      f58434ef