1. 10 12月, 2022 1 次提交
  2. 09 11月, 2022 1 次提交
  3. 08 11月, 2022 1 次提交
  4. 07 11月, 2022 1 次提交
  5. 23 10月, 2022 1 次提交
  6. 27 9月, 2022 1 次提交
  7. 20 9月, 2022 1 次提交
  8. 14 9月, 2022 2 次提交
  9. 29 8月, 2022 1 次提交
  10. 26 8月, 2022 1 次提交
  11. 17 8月, 2022 1 次提交
  12. 28 6月, 2022 1 次提交
  13. 27 6月, 2022 1 次提交
  14. 23 6月, 2022 1 次提交
  15. 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
  16. 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
  17. 28 4月, 2022 1 次提交
  18. 25 3月, 2022 2 次提交
    • Z
      fix sync_bn error in fp16 amp-o2 (#40943) · 9ab3c76b
      zhangbo9674 提交于
      9ab3c76b
    • J
      Refactor Dygraph Flags (#40786) · 3085d5e4
      Jiabin Yang 提交于
      * refactor eager flags
      
      * fix flags error when we switch from eager to dygraph
      
      * fix ci problem
      
      * fix ci
      
      * fix ci
      
      * merge develop and fix code style
      
      * merge develop and fix code style
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * fix op test error
      
      * merge develop
      3085d5e4
  19. 16 3月, 2022 1 次提交
  20. 15 3月, 2022 1 次提交
  21. 07 3月, 2022 1 次提交
  22. 28 2月, 2022 1 次提交
  23. 27 2月, 2022 1 次提交
  24. 23 2月, 2022 1 次提交
  25. 22 2月, 2022 1 次提交
  26. 18 2月, 2022 1 次提交
    • Z
      [AMP] support GPU BF16 amp for dygraph (#39029) · 7d6d3848
      zhangbo9674 提交于
      * support dtype param for auto_cast
      
      * add amp_dtype for tracer
      
      * add unsupported bf16 list
      
      * support bf16 amp for O2
      
      * refine python interface for bfloat16
      
      * refine code
      
      * refine code
      
      * refine unittest
      
      * refine code
      
      * refine code
      
      * add bf16 o1
      
      * refine code by comment
      
      * add gradient accumulator
      
      * add recompute
      7d6d3848
  27. 11 1月, 2022 1 次提交
  28. 29 12月, 2021 1 次提交
  29. 28 12月, 2021 1 次提交
  30. 27 12月, 2021 1 次提交
  31. 15 12月, 2021 1 次提交
  32. 02 12月, 2021 1 次提交
  33. 29 11月, 2021 1 次提交
  34. 24 11月, 2021 1 次提交
    • 0
      [Dy2stat]support pure fp16 for dy2stat (#36944) · 52edad6a
      0x45f 提交于
      * run dy2stat pure fp16 in Linear model
      
      * no use self._pure_fp16_inputs
      
      * add test and fix Adam error in dy2stat pure fp16 training
      
      * use paddle.optimizer.Adam
      
      * run test in gpu
      
      * change test time for CI
      
      * enlarge atol for test_resnet_pure_fp16
      
      * refine code and enlarge atol
      
      * make custom_white_list and custom_black_list take effect for AMP and pure fp16
      
      * check tracer is not None
      
      * use default atol
      
      * change filter_size
      
      * change atol and add some NOTE
      52edad6a
  35. 09 11月, 2021 1 次提交
  36. 22 10月, 2021 1 次提交
    • L
      [hapi] support dygraph amp O2 (#36441) · 08248db0
      Leo Chen 提交于
      * [hapi] support dygrapg amp O2
      
      * fix problem of static pure fp16 in hapi
      
      * fix bug
      
      * fix format
      
      * fix ut
      
      * follow comments
      
      * update ut
      
      * update amp save/load
      
      * fix ut
      
      * refine code format
      08248db0
  37. 13 10月, 2021 2 次提交