1. 16 6月, 2022 1 次提交
    • Q
      [Cherry-pick] Fix numpy 1.20+ deprecation warnings (#43513) · 689e0999
      Qi Li 提交于
      * Fix numpy 1.20+ deprecation warnings (#42929)
      
      * 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
      
      * fix mode dtype
      Co-authored-by: Nzlsh80826 <rewang@nvidia.com>
      689e0999
  2. 22 4月, 2022 1 次提交
  3. 21 4月, 2022 1 次提交
  4. 25 3月, 2022 1 次提交
    • 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
  5. 18 3月, 2022 1 次提交
  6. 14 3月, 2022 1 次提交
  7. 11 3月, 2022 1 次提交
  8. 09 3月, 2022 1 次提交
  9. 18 2月, 2022 1 次提交
  10. 17 2月, 2022 1 次提交
  11. 09 2月, 2022 1 次提交
  12. 08 2月, 2022 1 次提交
  13. 28 1月, 2022 1 次提交
  14. 25 1月, 2022 2 次提交
  15. 24 1月, 2022 1 次提交
  16. 14 1月, 2022 1 次提交
  17. 21 12月, 2021 1 次提交
  18. 19 12月, 2021 1 次提交
  19. 09 12月, 2021 1 次提交
    • H
      support offload in sharding stage2 (#37904) · dfed4a63
      Haohongxiang 提交于
      * merge latest develop branch
      
      * fix bugs
      
      * update
      
      * fix bugs for unittest
      
      * modify for less use of gpu mem
      
      * fix bugs of using _reset_grad_inplace_version
      
      * update
      
      * update
      
      * modify for CI-Coverage
      
      * retrick all CIs
      dfed4a63
  20. 07 12月, 2021 1 次提交
  21. 06 12月, 2021 1 次提交
  22. 02 12月, 2021 1 次提交
  23. 29 11月, 2021 1 次提交
  24. 25 11月, 2021 1 次提交
  25. 19 10月, 2021 1 次提交
  26. 18 10月, 2021 1 次提交
  27. 14 10月, 2021 1 次提交
  28. 13 10月, 2021 1 次提交
  29. 12 10月, 2021 1 次提交
  30. 24 9月, 2021 1 次提交
  31. 17 9月, 2021 1 次提交
    • Z
      [AMP] Support pure fp16 training mode for dygraph (#35521) · adaeee4d
      zhangbo9674 提交于
      * add pure fp16 major function in auto_cast & tracer
      
      * support master weight in dygraph for pure fp16
      
      * check mix dtype of fp16&fp32 for check_finite_and_unscale op
      
      * change pure fp16 funtion name
      
      * refine some bug in auto_cast
      
      * refine auto_cast interface logic
      
      * add param _casted_by_pure_fp16 for class Layer
      
      * support state_dict hook for save model by user appointed dtype in pure_fp16_decorator
      
      * refine pure_fp16_decorator as decorator
      
      * add unittest
      
      * add comment
      
      * add comment
      
      * support recompute
      
      * add comment for auto_cast and decorator
      
      * support to_static_state_dict for paddle.jit.save
      
      * unlimite models num and optimizers num
      
      * add lookup_table in black_list
      
      * fix momentum and layer state_dict
      
      * fix bug in layer state_dict
      
      * fix bug in layer state_dict_helper
      
      * refine unittest
      
      * refine test_momentun_op
      
      * refine interface and some code
      
      * refine amp_decorator interface
      
      * refine pure fp16 interface
      
      * refine master weight interface
      adaeee4d
  32. 13 9月, 2021 1 次提交
  33. 10 9月, 2021 2 次提交
  34. 01 9月, 2021 1 次提交
  35. 13 8月, 2021 1 次提交
  36. 12 8月, 2021 1 次提交
  37. 11 8月, 2021 1 次提交
  38. 06 8月, 2021 1 次提交