1. 17 8月, 2020 3 次提交
  2. 15 8月, 2020 3 次提交
  3. 14 8月, 2020 1 次提交
  4. 13 8月, 2020 2 次提交
  5. 12 8月, 2020 3 次提交
  6. 11 8月, 2020 3 次提交
  7. 06 8月, 2020 1 次提交
  8. 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
  9. 21 5月, 2020 1 次提交
  10. 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
  11. 14 5月, 2020 1 次提交
  12. 12 5月, 2020 2 次提交
  13. 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
  14. 27 4月, 2020 1 次提交
  15. 26 4月, 2020 1 次提交
  16. 24 4月, 2020 2 次提交
  17. 22 4月, 2020 1 次提交
  18. 20 4月, 2020 2 次提交
    • 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
    • Y
      Add `paddle.nn.loss.MSELoss` (#23399) · 011bcc9f
      Yang Zhang 提交于
      * Add `paddle.nn.loss.MSELoss`
      
      test=develop
      
      * Move to `nn/layer/loss.py`
      
      test=develop
      
      * Add test
      
      test=develop
      
      * Fix dygraph
      
      test=develop
      
      * Increase numel in test
      
      test=develop
      
      * Add test for input with more dimensions
      
      test=develop
      011bcc9f
  19. 17 4月, 2020 1 次提交
  20. 15 4月, 2020 1 次提交
  21. 14 4月, 2020 2 次提交
    • X
      Add `nn.interpolate ` (#23434) · 7de0a25b
      xiaoting 提交于
      * add nn.interpolate, test=develop
      
      * fix interpolate typo, test=develop
      
      * formate code, test=develop
      
      * fix unitest, test=develop
      
      * add test layers, test=develop
      
      * add test layers, test=develop
      
      * extract common function, test=develop
      
      * reduce the threads for cuda10, test=develop
      
      * update unitest, test=develop
      
      * polish unitest, test=develop
      
      * add dygraph test, test=develop
      
      * format description, test=develop
      
      * add 5D input check, test=develop
      
      * fix doc, test=develop
      7de0a25b
    • 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
  22. 12 4月, 2020 1 次提交
  23. 11 4月, 2020 3 次提交
  24. 10 4月, 2020 1 次提交