1. 30 9月, 2020 4 次提交
  2. 29 9月, 2020 1 次提交
  3. 28 9月, 2020 3 次提交
  4. 21 9月, 2020 1 次提交
    • C
      add double grad compute for batch norm (#27296) · 1d3b27ca
      ceci3 提交于
      * add double grad compute for batch norm,test=develop
      
      * fix unittest, test=develop
      
      * remove unuse tensor,test=develop
      
      * add format,test=develop
      
      * update, test=develop
      1d3b27ca
  5. 17 9月, 2020 1 次提交
  6. 11 9月, 2020 1 次提交
  7. 08 9月, 2020 3 次提交
  8. 04 9月, 2020 2 次提交
  9. 03 9月, 2020 2 次提交
  10. 02 9月, 2020 1 次提交
  11. 01 9月, 2020 1 次提交
  12. 31 8月, 2020 1 次提交
  13. 29 8月, 2020 1 次提交
  14. 28 8月, 2020 2 次提交
  15. 27 8月, 2020 1 次提交
  16. 25 8月, 2020 1 次提交
  17. 24 8月, 2020 2 次提交
  18. 23 8月, 2020 3 次提交
  19. 22 8月, 2020 7 次提交
  20. 21 8月, 2020 2 次提交
    • W
      add decorator for deprecated Ops (#26373) · 65d8d165
      wangchaochaohu 提交于
      65d8d165
    • Y
      Update `paddle.clamp` (#25906) · e662d1e0
      Yang Zhang 提交于
      * Update `paddle.clamp`
      
      rename to `paddle.clip`
      add fast path for dygraph mode
      remove `out`
      rename `input` -> `x`
      update doc sample
      
      * Fix leftover `Variable` wording
      
      * Indent doc with spaces
      
      * Remove `:alias` in docs
      
      * Update `enable_imperative` -> `disable_static`
      
      * Remove `imperative`
      
      also trigger CI
      
      * Update tests for better coverage
      
      * Rebase to fix `cosine_similarity`
      
      * Fix `cosine_similarity` some more
      e662d1e0