1. 14 9月, 2020 1 次提交
  2. 28 8月, 2020 1 次提交
  3. 27 8月, 2020 1 次提交
  4. 26 8月, 2020 2 次提交
  5. 24 8月, 2020 1 次提交
  6. 22 8月, 2020 4 次提交
  7. 21 8月, 2020 1 次提交
  8. 20 8月, 2020 1 次提交
  9. 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
  10. 18 8月, 2020 1 次提交
  11. 17 8月, 2020 1 次提交
  12. 15 8月, 2020 1 次提交
    • Z
      expose and unify the Tensor concepts to the user (#25978) · 6de463d3
      Zhou Wei 提交于
      * expose and unify the Tensor concepts to the user
      
      * expose tensor to user
      
      * add copy place for Tensor
      
      * add copy place for Tensor
      
      * add note
      
      * add macro PADDLE_WITH_CUDA
      
      * remove RUN_TYPE=DIST
      
      * fix some error
      6de463d3
  13. 14 8月, 2020 1 次提交
  14. 11 8月, 2020 2 次提交
  15. 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
  16. 15 5月, 2020 1 次提交
  17. 14 5月, 2020 1 次提交
  18. 26 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 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