1. 09 2月, 2023 1 次提交
    • Y
      Add MultiTenosrAdam OP (#49220) · 10654c77
      yuehuayingxueluo 提交于
      * add multi_tenosr_adam
      
      * update multi_tensor_base.py, test_multi_tensor_adam.py, adamw.py
      
      * fix adam.py optimizer.py
      
      * fix adamw.py
      
      * fix test_multi_tensor_adam.py
      
      * fix CI bug
      
      * fix CI coverage
      
      * fix ci bug
      
      * fix betapow
      
      * fix some bugs
      
      * fix test_adamw_op.py
      
      * fix CI coverage
      
      * fix multi_tensor_adam_kernel.cc
      
      * fix CI bug
      
      * fix multi_tensor_adam_op.cc and test_multi_tensor_adam.py
      
      * fix code style
      
      * update C++ parts
      
      * remove python parts modification temporarily
      
      * add C++ ut
      
      * update betapow copy code logic
      
      * fix ci ut
      
      * fix windows ci
      
      * fix coverage ci
      
      * improve coverage rate
      
      ---------
      Co-authored-by: Nsneaxiy <sneaxiy@126.com>
      10654c77
  2. 08 2月, 2023 1 次提交
  3. 07 2月, 2023 1 次提交
  4. 06 2月, 2023 2 次提交
  5. 01 2月, 2023 3 次提交
  6. 31 1月, 2023 7 次提交
  7. 20 1月, 2023 1 次提交
  8. 18 1月, 2023 1 次提交
  9. 17 1月, 2023 1 次提交
  10. 16 1月, 2023 1 次提交
  11. 12 1月, 2023 2 次提交
    • S
      lerp support 0 Tensor (#49667) · 8cd0d5b3
      sunli 提交于
      * lerp support 0 Tensor
      
      * fix lerp grad
      
      * fix lerp zero test
      
      * fix 0D + ND/ND + 0D
      
      * fix check
      
      * update code
      
      * fix lerp infer shape
      
      * static backward test
      
      * updata static graph test
      8cd0d5b3
    • X
      fix_split (#49743) · 3fb4a08c
      xiaoxiaohehe001 提交于
      3fb4a08c
  12. 10 1月, 2023 1 次提交
  13. 09 1月, 2023 1 次提交
  14. 06 1月, 2023 3 次提交
    • J
      [zero-dim] Support 0-d for kthvalue and mode (#49340) · 292738f3
      JYChen 提交于
      * add 0-d support for paddle.kthvalue
      
      * add 0-d support for paddle.mode
      
      * fix coverage test for device
      
      * fix check-bug in windows
      
      * change axis check from LT to LE
      
      * add shape & value check for grad when input is 0d tensor
      292738f3
    • S
      【Zero-Dim】Support Zero dim for embedding and one-hot (#49562) · 370b50f6
      seemingwang 提交于
      * zero-tensor
      
      * remove unused
      
      * zero_dim_xpu
      
      * relocate
      
      * add value test
      
      * fix syntax
      370b50f6
    • J
      【Zero-Dim】Flatten support 0d tensor (#49361) · 0093aaa6
      jiangcheng 提交于
      * flatten op support 0D-tensor
      
      * add test in zero dim py
      
      * fix shape should be list
      
      * short code for ci-coverage
      
      * add backward test
      
      * simple code for ci coverage
      
      * add axis check
      
      * add 0D-tensor test in test_flatten_contiguous_range_op.py
      
      * add axis error test for Coverage CI
      
      * add more test for CI-Coverage
      
      * add more test for CI-Coverage
      0093aaa6
  15. 05 1月, 2023 3 次提交
  16. 04 1月, 2023 2 次提交
  17. 03 1月, 2023 1 次提交
  18. 28 12月, 2022 1 次提交
  19. 26 12月, 2022 1 次提交
  20. 23 12月, 2022 1 次提交
  21. 22 12月, 2022 1 次提交
  22. 20 12月, 2022 1 次提交
  23. 19 12月, 2022 1 次提交
  24. 16 12月, 2022 1 次提交
  25. 09 12月, 2022 1 次提交