1. 15 5月, 2023 2 次提交
    • L
      relocate python/paddle/fluid/regularizer.py (#53106) · 00e415de
      LoneRanger 提交于
      * relocate regularizer.py
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * relocate the import
      
      * replace _regularization_coeff with coeff
      
      * remove the L1DecayRegularizer and L2DecayRegularizer
      00e415de
    • N
      Tranpose layout (#53351) · 3dce9f0a
      niuliling123 提交于
      * update
      
      * Update backward.h
      
      * Update composite_backward_api.h
      
      * Update tensor_utils.cc
      
      * Update backward.cc
      
      * update
      
      * stype
      
      * update
      
      * add ctest
      
      * code stype
      3dce9f0a
  2. 12 5月, 2023 2 次提交
    • P
      【Hackathon 4 No.20】Add i0 / i0e to paddle (#52058) · ce256f75
      PommesPeter 提交于
      * added base code for i0 and i0e
      
      * added grad base code for i0 and i0e
      
      * added i0 and i0e python code
      
      * added ops and backward yaml config
      
      * added i0 and i0e cpu kernel, but not test.
      
      * added i0 and i0e code and unitest files
      
      * added test files
      
      * added i0/i0e gpu implementation code
      
      * updated code style
      
      * updated code style
      
      * fixed unitests code
      
      * updated i0 with eigen3
      
      * fixed bug and added more test cases
      
      * refactor: fixed static graph bug
      
      * refactor: removed i0 and i0e from op_compat
      
      * refactor: updated code style
      
      * refactor: updated op_compat.yaml
      
      * refactor: updated op_compat.yaml
      
      * refactor: fixed op name mapping and optimize unittest case
      
      * refactor: manually implement i0 / i0e
      
      * refactor: added grad kernel for i0 / i0e,didn't finish
      
      * Update math.py
      
      * refactor: added equation to doc in English and added comments for computing i0 / i0e gradient
      
      * refactor: removed eigen implementation
      
      * refactor: finished i0 / i0e cpu and gpu op
      
      * refactor: updated code style
      
      * fix: find  a bug but not fix
      
      * fix: incorrect unittest cases
      
      * update: updated code style and remove my file
      
      * update: updated unittest case
      
      * fix: fixed sign error
      
      * fix: fixed mistakes when merging
      
      * refactor: updated code style
      
      * refactor: remove unused code
      
      * refactor: updated code style
      ce256f75
    • X
      【Prim】support higher order autodiff for dy2static+composite (#53171) · b73594b4
      Xiaoxu Chen 提交于
      * [Dy2St]Fix x grad names when high order gradient
      
      * Polish error msg
      
      * Add inputs var to backward in dy2st
      
      * Fix error
      
      * Get grad names for backward API
      
      * Fix save load
      
      * Polish code
      
      * Add ut
      
      * [prim] fix not support optional grad bugs in higher order autodiff
      
      * [prim] remove duplicate fill_any_like caused by infershape_for_composite
      
      * fix _strip_grad_suffix_ bugs in higher-order autodiff
      
      * [prim] create output for test_static_prim.cc
      
      ---------
      Co-authored-by: N0x45f <wangzhen45@baidu.com>
      b73594b4
  3. 11 5月, 2023 2 次提交
  4. 10 5月, 2023 5 次提交
  5. 09 5月, 2023 6 次提交
  6. 08 5月, 2023 3 次提交
  7. 06 5月, 2023 2 次提交
  8. 05 5月, 2023 5 次提交
  9. 04 5月, 2023 2 次提交
  10. 30 4月, 2023 1 次提交
  11. 28 4月, 2023 8 次提交
  12. 27 4月, 2023 2 次提交