1. 17 10月, 2020 2 次提交
    • L
      Clean text.py and decode.py for API 2.0 (#26853) (#27958) · 4316bd4d
      LiuChiachi 提交于
      * 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>
      Co-authored-by: NGuo Sheng <whucsgs@163.com>
      4316bd4d
    • L
      [oneDNN] Conv dilation support (#27914) (#28028) · ea76fe31
      lidanqing 提交于
      * conv dilated mkldnn support: forward and backward pass
      
      * add mkldnn conv_transpose dilation UT
      test=develop
      
      * remove unnecessary PADDLE_ENFORCE
      
      * add int8 and bf16 dilated conv UT
      
      * update according to reviews
      ea76fe31
  2. 16 10月, 2020 7 次提交
  3. 15 10月, 2020 10 次提交
  4. 14 10月, 2020 21 次提交