1. 07 1月, 2021 1 次提交
    • L
      [cherry pick] Some optimizations of elementwise_add, gelu and dropout for AMP (#30152) · 07f68fad
      Leo Chen 提交于
      * Improve performance of elementwise_add grad op (#29187)
      
      * pass stop_gradient for cast op
      
      * improve performance of elementwise_add grad
      
      * use tensor copy async
      
      * dygraph branch
      
      * fix dygraph branch
      
      * add ut
      
      * make gelu fp16 computing more robust (#29484)
      
      * Add fast path for dropout when p == 0  (#29553)
      
      * add fast path for p == 0 in dropout
      
      * add ut
      07f68fad
  2. 30 10月, 2020 1 次提交
  3. 23 9月, 2020 1 次提交
  4. 10 9月, 2020 1 次提交
  5. 24 8月, 2020 1 次提交
  6. 21 8月, 2020 1 次提交
  7. 12 6月, 2020 1 次提交
  8. 09 6月, 2020 1 次提交
  9. 13 5月, 2020 1 次提交
  10. 19 3月, 2020 1 次提交
  11. 24 12月, 2019 1 次提交
  12. 23 12月, 2019 1 次提交
  13. 20 12月, 2019 1 次提交
  14. 18 12月, 2019 1 次提交
  15. 16 12月, 2019 1 次提交
  16. 11 12月, 2019 1 次提交
  17. 05 12月, 2019 2 次提交
    • D
    • L
      Split VarBase from Python Variable for Dygraph (#21359) · cdd46d7e
      Leo Chen 提交于
      * test=develop, fix docker with paddle nccl problem
      
      * don't expose numerous Tensor.set(), test=develop
      
      * fix condition, test=develop
      
      * fix float16 bug, test=develop
      
      * feed should be Tensor or np.array, not Variable or number, test=develop
      
      * use forcecast to copy numpy slice to new array, test=develop
      
      * remove float16-uint16 hacking, test=develop
      
      * add variable method to varbase and refactor to_variable to support return varbase
      
      * support kwargs in varbase constructor
      
      * add VarBase constructor to support default python args
      
      * refine varbase initial method
      
      * reset branch
      
      * fix ut for change VarBase error info to PaddleEnforce
      
      * cherry is parameter change before
      
      * overload isinstance to replace too many change of is_variable
      
      * rm useless files
      
      * rm useless code merged by git
      
      * test=develop, fix some ut failed error
      
      * test=develop, fix test_graph_wrapper
      
      * add some tests, test=develop
      
      * refine __getitem__, test=develop
      
      * add tests, test=develop
      
      * fix err_msg, test=develop
      cdd46d7e
  18. 10 10月, 2019 1 次提交
    • J
      Refine en doc (#20317) · b23f00a0
      Jiabin Yang 提交于
      * test=develop, fix docker with paddle nccl problem
      
      * test=develop, refine en_doc for Variable and Program
      
      * test=document_fix, fix English doc for Variable and Program
      
      * test=document_fix, refine astype code block style
      
      * test=document_fix, add example code for Variable properties
      b23f00a0
  19. 26 9月, 2019 1 次提交
  20. 18 9月, 2019 1 次提交
  21. 11 9月, 2019 1 次提交
  22. 30 5月, 2019 1 次提交
  23. 21 3月, 2019 1 次提交
  24. 15 8月, 2018 1 次提交
  25. 26 7月, 2018 1 次提交
  26. 16 7月, 2018 1 次提交
  27. 02 5月, 2018 1 次提交
  28. 28 2月, 2018 1 次提交
  29. 24 2月, 2018 3 次提交
  30. 12 2月, 2018 1 次提交
  31. 11 2月, 2018 2 次提交
  32. 10 2月, 2018 2 次提交
  33. 09 2月, 2018 1 次提交
  34. 31 1月, 2018 1 次提交
  35. 22 1月, 2018 1 次提交