1. 24 8月, 2020 3 次提交
    • R
      [Api2.0] add pixel shuffle (#26071) · 1f82c0cd
      ruri 提交于
      1f82c0cd
    • W
      api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear (#26399) · 422a1620
      wanghuancoder 提交于
      * api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear, test=develop
      
      * api2.0 fix code examples, test=develop
      
      * modify test_bilinear_api, about place,to_tensor , test=develop
      
      * re pass pre-commit, test=develop
      
      * Update common.py
      
      * fix BilinearTensorProduct ci error, test=develop
      422a1620
    • G
      [API 2.0] Add transformer apis (#26418) · 317f7ce2
      Guo Sheng 提交于
      * Add MultiHeadAttention api.
      test=develop
      
      * Add MultiHeadAttention cache type and gen_cache.
      test=develop
      
      * Add TransformerEncoderLayer and TransformerEncoder.
      test=develop
      
      * Add Transformer decoder apis.
      test=develop
      
      * Add Transformer api.
      test=develop
      
      * add unittests for transformer api
      
      * add unittests for transformer api
      
      * Fix some bugs in Transformer apis.
      test=develop
      
      * add unittests for encoder, decoder and transformer
      
      * clean conflicts infor in code
      
      * clean Chinese comments
      
      * Add TransformerDecoderCell and TransformerBeamSearchDecoder.
      test=develop
      
      * Remove TransformerDecoderCell and TransformerBeamSearchDecoder temporarily.
      test=develop
      
      * Add import for Transformer apis.
      test=develop
      
      * Update usage of weight_attr and Tensor in Transformer api docs.
      test=develop
      
      * Update Transformer apis by renaming MultiheadAttention and cal_kv according to comments.
      test=develop
      
      * Fix MultiHeadAttention in test_transformer_api.py.
      test=develop
      Co-authored-by: NLiuChiaChi <709153940@qq.com>
      317f7ce2
  2. 23 8月, 2020 4 次提交
  3. 22 8月, 2020 4 次提交
  4. 21 8月, 2020 3 次提交
  5. 20 8月, 2020 4 次提交
  6. 19 8月, 2020 3 次提交
    • L
      add pad func (#26106) · bcf03273
      littletomatodonkey 提交于
      * add pad func
      
      * add pad
      
      * test=develop, add pad op and apis
      
      * restore pad2d
      
      * test=develop, fix paddl declare
      
      * fix pad interface
      
      * test=develop, fix pad
      
      * test=develop, add all pad api and cos_sim
      
      * test=develop, remove padding default value
      
      * test=develop, rename var to tensor
      
      * test=develop, add more tests
      
      * test=develop, rename tovar to totensor
      
      * test=develop, fix init
      
      * test=develop, add more test
      
      * test=develop, add more tests
      bcf03273
    • C
      Add SyncBatchNorm (#26032) · 56890dc7
      ceci3 提交于
      * add SyncBatchNorm,test=develop
      56890dc7
    • Q
      elu gelu relu logsigmoid, test=develop (#26304) · 61800f4a
      Qi Li 提交于
      * logsigmoid and LogSigmoid, test=develop
      
      * add elu gelu relu, test=develop
      
      * update to_variable to to_tensor, test=develop
      
      * address review comments, test=develop
      
      * address review comments, test=develop
      
      * change to_variable to to_tensor in test, test=develop
      61800f4a
  7. 15 8月, 2020 1 次提交
  8. 14 8月, 2020 1 次提交
  9. 13 8月, 2020 1 次提交
  10. 12 8月, 2020 1 次提交
  11. 06 8月, 2020 1 次提交
  12. 06 7月, 2020 1 次提交
    • C
      add Pad2D and LeakyReLU (#25177) · fc0da42b
      ceci3 提交于
      * add Pad2D and Leaky_ReLU, test=develop
      
      * update,test=develop
      
      * change name,test=develop
      
      * add unittest and redine docs,test=develop
      fc0da42b
  13. 15 5月, 2020 2 次提交
    • X
      [for 2.0-alpha] add alias in paddle.nn and paddle.tensor test=develop (#24561) · 217ca776
      XiaoguangHu 提交于
      * add alias in paddle.nn and paddle.tensor test=develop
      
      * add alias in paddle.nn and paddle.tensor dir test=develop
      
      * fix same conflict manually test=develop
      
      * update fc and dygraph alias test=develop
      
      * fix initalizer.py typo test=develop
      217ca776
    • H
      Api move 20a (#24559) · 2b6d0049
      hong 提交于
      * add base name alias; test=develop
      
      * fix embedding bug; test=develop
      
      * fix io error; test=develop
      
      * add metric; test=develop
      
      * add import palce; test=develop
      
      * add setup; test=develop
      
      * fix incubate reader; test=develop
      
      * fix initializer error; test=develop
      2b6d0049
  14. 12 5月, 2020 1 次提交
  15. 09 5月, 2020 1 次提交
    • Z
      copy dygraph api to paddle.imperative (#24085) · a851b97a
      zhongpu 提交于
      * copy dygraph api to paddle.imperative, test=develop
      
      * polish the code, test=develop
      
      * polish code, test=develop
      
      * polish code, test=develop
      
      * move paddle.imperative.Layer to paddle.nn.Layer, test=develop
      a851b97a
  16. 26 4月, 2020 1 次提交
  17. 20 4月, 2020 1 次提交
    • L
      add diag_embed op (#23385) · 87d8dc3d
      Li Fuchen 提交于
      * add diag_embed op, test=develop
      
      * add TestCase of diag_embed API
      
      * Modified diag embed python API teastcase from dygraph to static graph, test=develop
      
      * delete useless log and trigger ci, test=develop
      
      * modified float16 of diag_embed, test=develop
      
      * modified en doc of diag_embed
      
      * trigger ci, test=develop
      
      * add fp16 in dtype check of python API, test=develop
      
      * modified __init__ and fix a big, test=develop
      
      * modified a test bug of test_bicubic_interp_op and test_trilinear_interp_op, test=develop
      
      * modified to use one kernel on cpu and cuda, test=develop
      87d8dc3d
  18. 17 4月, 2020 1 次提交
  19. 14 4月, 2020 1 次提交
    • F
      Add row_conv and hsigmoid into paddle.nn(functional and layer) (#23517) · 600cb8c8
      Feiyu Chan 提交于
      * add approximation for gelu, test=develop
      
      * add functional conv
      
      * add test and doc for function convs, test=develop
      
      * update ConvTransposeOp's InferShape and error message, test=develop
      
      * add hsigmoid, row_conv in paddle.nn(functional and layer), test=develop
      
      * fix hyperlinks in docstring
      600cb8c8
  20. 12 4月, 2020 1 次提交
  21. 11 4月, 2020 3 次提交
  22. 10 4月, 2020 1 次提交