1. 09 5月, 2023 1 次提交
  2. 08 5月, 2023 1 次提交
  3. 05 5月, 2023 1 次提交
  4. 27 4月, 2023 1 次提交
  5. 26 4月, 2023 1 次提交
  6. 25 4月, 2023 1 次提交
    • Q
      [fluid clean] remove Print. (#51778) · ed45ecc6
      qizhaoaoe 提交于
      * fluid clean: remove print/switch from fluid to static
      
      * remove Switch in static.__init__
      
      * fix conflicts.
      
      * replace Switch by case.
      
      * fix piecewise_lr decay.
      
      * fix typo
      
      * fix conflicts.
      
      * fix lr dtype
      
      * keep Switch in paddle.static.nn.control_flow and fix piecewise_lr.
      
      * fix conflicts.
      
      * keep Switch in the fluid.
      
      * fix Switch doc
      
      * fix example in Switch doc
      
      * fix Switch doc.
      
      * fix static/__init__.
      ed45ecc6
  7. 24 4月, 2023 1 次提交
  8. 22 4月, 2023 1 次提交
  9. 21 4月, 2023 3 次提交
  10. 20 4月, 2023 2 次提交
  11. 19 4月, 2023 1 次提交
  12. 18 4月, 2023 4 次提交
  13. 17 4月, 2023 1 次提交
  14. 14 4月, 2023 1 次提交
  15. 13 4月, 2023 6 次提交
  16. 12 4月, 2023 1 次提交
  17. 11 4月, 2023 1 次提交
  18. 10 4月, 2023 3 次提交
    • L
      【Hackathon No.16】add PoissonNLLLoss API (#51117) · 349a059d
      LyndonKong 提交于
      * add PoissonNLLLoss API
      
      * update unittests
      
      * Fix poisson_nll_loss init and update data type support
      
      * remove type comment
      
      * Update doc string
      
      * Fix doc string erro
      
      * Fix doc string math equation format
      
      * Add float16 and bfloat16 support
      349a059d
    • L
      Autogen softmax_with_cross_entropy (#52515) · 351ccb63
      lzydev 提交于
      * autogen softmax_with_cross_entropy
      
      * fix error in softmax_with_cross_entropy version
      351ccb63
    • Q
      【AMP OP&Test】instance_norm fp16 and bf16 support. (#52241) · 7c98abd9
      qizhaoaoe 提交于
      * add fp16 and bf16 support for instance_norm
      
      * fix /= operator which not support bf16
      
      * fix instance_norm_grad kernel and unittests.
      
      * fix fp32 unittests.
      
      * fix instance_norm_kernel and unittests.
      
      * fix instance_norm_grad_kernel and unittest threshold.
      
      * add fp16/bf16 for instance_norm_grad_grad op.
      
      * add bf16 dtype check.
      
      * fix conflicts.
      
      * fix cpu support for fp32 op and fix type in instance_norm_grad_kernel.
      
      * fix type in instance_norm_kernel.
      
      * fix bf16 outputs in unittests and refine codes.
      
      * fix dx computation.
      
      * delete unuseful params and head including.
      
      * add fp16/bf16 for static graph.
      
      * fix device condiction for instance_norm op.
      
      * fix instance_norm_grad_grad and bf16 op tests.
      
      * fix op_test to support grad of bf16 can be compared with fp32.
      
      * remove updates.
      
      * add self-defined grad.
      7c98abd9
  19. 06 4月, 2023 2 次提交
  20. 05 4月, 2023 1 次提交
  21. 04 4月, 2023 2 次提交
  22. 31 3月, 2023 1 次提交
  23. 30 3月, 2023 1 次提交
  24. 29 3月, 2023 2 次提交
    • Z
      [AMP OP&Test] pad3d add unittests of fp16 and bf16 (#51015) · f86d0be7
      zengshao0622 提交于
      * pad3d add unittests of fp16 and bf16
      
      * pad3d add unittests of fp16 and bf16
      
      * fix cuda place
      
      * fix random to uniform
      
      * fix class name
      
      * fix fp16 max relative error to 1.5e-3
      
      * add dytpe register for onednn
      
      * add pad uint16 check of common.py
      
      * remove check_eager
      
      * test_check_grad --> test_check_grad_normal
      f86d0be7
    • [CodeStyle][UP034] remove (()) cases (#52060) · c0697296
      张春乔 提交于
      * add up34
      
      * modify var name in loop
      
      * revert changes in test_slice
      
      * Revert "modify var name in loop"
      
      This reverts commit 6d748e371afb417054ed0c6b36fd11e87959a90d.
      
      * temporarily ignore test_slice.py
      
      * add comment
      
      * empty commit, re-trigger all ci
      
      * fix inc
      
      ---------
      Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
      c0697296