1. 19 8月, 2020 1 次提交
    • 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
  2. 15 8月, 2020 1 次提交
  3. 14 8月, 2020 1 次提交
  4. 13 8月, 2020 1 次提交
  5. 12 8月, 2020 1 次提交
  6. 06 8月, 2020 1 次提交
  7. 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
  8. 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
  9. 12 5月, 2020 1 次提交
  10. 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
  11. 26 4月, 2020 1 次提交
  12. 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
  13. 17 4月, 2020 1 次提交
  14. 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
  15. 12 4月, 2020 1 次提交
  16. 11 4月, 2020 3 次提交
  17. 10 4月, 2020 1 次提交
  18. 09 4月, 2020 1 次提交
  19. 04 4月, 2020 1 次提交
  20. 02 4月, 2020 1 次提交
    • L
      Dev/add l1 loss (#23322) · f944b0f6
      Leo Chen 提交于
      * add L1Loss
      
      * support L1Loss, test=develop
      
      * add test, test=develop
      
      * fix batch, test=develop
      
      * follow comments, test=develop
      f944b0f6
  21. 30 3月, 2020 1 次提交
  22. 23 3月, 2020 1 次提交
  23. 17 9月, 2018 1 次提交
  24. 03 9月, 2018 1 次提交
  25. 15 8月, 2018 1 次提交
  26. 26 7月, 2018 1 次提交
  27. 18 6月, 2018 1 次提交
  28. 09 6月, 2018 1 次提交
  29. 24 5月, 2018 1 次提交
  30. 18 5月, 2018 1 次提交
  31. 17 5月, 2018 2 次提交
  32. 16 5月, 2018 1 次提交
  33. 12 5月, 2018 1 次提交
    • Q
      Add inferencer infer (#10445) · 2a971f30
      Qiao Longfei 提交于
      * add Inference.infer
      
      * optimize code
      
      * update no_test_word2vec_new_api.py
      
      * update trainer
      
      * split check_and_get_place
      
      * use inference_program to save inference model in Trainer
      
      * update demo
      
      * update save_inference_model
      
      * clean code
      2a971f30
  34. 05 5月, 2018 1 次提交
    • J
      Trainer save load params (#10386) · bd66eed5
      Jeff Wang 提交于
      * Load/save the params from the params_path
      
      * Switch to use load_persistables and save_persistables
      
      * Instaed of setup the executor to run program and scope. Pass the program to the load_persistables
      bd66eed5
  35. 03 5月, 2018 1 次提交
    • H
      improve trainer API · a66052c6
      Helin Wang 提交于
      - The trainer and inferencer will load params from disk if param_path
        argument is not None in their constructor.
      
      - Remove params.py, we will expose core.Scope to the user if needed
        (e.g., for GAN). Currently we will not expose it, unless we clearly
        know doing so can support GAN.
      
      - Add `save_params` to Trainer (a TODO item).
      
      - rename "network" to "program"
      a66052c6
  36. 02 5月, 2018 1 次提交