1. 28 11月, 2022 1 次提交
    • X
      【fluid api clear】Remove reduce sum (#48330) · 8d00f76e
      xiaoguoguo626807 提交于
      * remove fluid.reduce_sum
      
      * remove fluid.reduce_sum
      
      * modify axis and import paddle
      
      * modify keepdim and out_name
      
      * modift unittest
      
      * modift unittest
      
      * modify CI_static and loss.py
      
      * modify test_mse_loss
      
      * modify static ci
      
      * modify static ci datatype
      
      * add import paddle in test
      
      * fix conflict
      
      * fix conflict
      
      * modify ci
      
      * modify ci
      
      * fix_conflict
      
      * fix bug
      
      * code_style
      8d00f76e
  2. 25 11月, 2022 2 次提交
  3. 21 11月, 2022 1 次提交
  4. 17 11月, 2022 1 次提交
  5. 14 11月, 2022 1 次提交
  6. 10 11月, 2022 1 次提交
  7. 04 11月, 2022 1 次提交
  8. 03 11月, 2022 1 次提交
  9. 23 10月, 2022 1 次提交
  10. 20 10月, 2022 3 次提交
  11. 17 10月, 2022 1 次提交
    • G
      Support BF16 training for sharding (#46846) · 0b39b244
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * support pure bfloat16
      
      * support bf16 linear
      
      * update PR to pass CI
      
      * tiny fix where_grad_kernel.cu
      
      * Support bfloat16 type for reducer and sharding.
      
      * Fix some bug.
      
      * Polish code.
      
      * Polise code.
      
      * Add bfloat16 datatype in fill_grad kernels.
      Co-authored-by: Nsneaxiy <sneaxiy@126.com>
      0b39b244
  12. 13 10月, 2022 1 次提交
  13. 12 10月, 2022 2 次提交
  14. 09 10月, 2022 1 次提交
  15. 28 9月, 2022 1 次提交
  16. 21 9月, 2022 1 次提交
  17. 20 9月, 2022 1 次提交
    • R
      logger manager (#45909) · 264ad205
      Roc 提交于
      uniform logger manager in FleetAPI.
      hidde API under distributed/utils which users don't need.
      264ad205
  18. 14 9月, 2022 1 次提交
  19. 26 8月, 2022 1 次提交
  20. 12 8月, 2022 1 次提交
  21. 13 7月, 2022 1 次提交
  22. 27 6月, 2022 1 次提交
  23. 14 6月, 2022 1 次提交
    • Z
      Fix numpy 1.20+ deprecation warnings (#42929) · 90cf2299
      zlsh80826 提交于
      * Replace np.bool/np.bool8 with np.bool_
      
      * Replace np.object with np.object_
      
      * Replace np.complex with np.complex128
      
      * Replace np.float with np.float64
      
      * Replace np.int with np.int_
      
      * Rerun pre-commit for newer pre-commit configuration
      
      * Use builtin bool instead of np.bool_ based on the context
      90cf2299
  24. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  25. 25 5月, 2022 1 次提交
  26. 16 4月, 2022 1 次提交
  27. 13 4月, 2022 1 次提交
  28. 18 3月, 2022 1 次提交
  29. 14 3月, 2022 1 次提交
  30. 11 3月, 2022 1 次提交
  31. 09 3月, 2022 1 次提交
  32. 18 2月, 2022 1 次提交
  33. 17 2月, 2022 1 次提交
  34. 09 2月, 2022 1 次提交
  35. 08 2月, 2022 1 次提交
  36. 28 1月, 2022 1 次提交