1. 07 1月, 2022 1 次提交
  2. 24 12月, 2021 1 次提交
  3. 22 12月, 2021 1 次提交
  4. 20 12月, 2021 1 次提交
    • Z
      Add multi_tensor for momentum optimizer and clear_grads (#37564) · 0cc5e22c
      zhangbo9674 提交于
      * add multi_tensor for momentum and clear_grads for optimizer
      
      * fix bug for dygraph
      
      * add unittest
      
      * refine comment
      
      * add param_group
      
      * refine regularizaiton logic
      
      * del clear_grads
      
      * add clear_grads
      
      * add dispensable check of None
      
      * refine clear_grad
      
      * fix build bug
      
      * refine code by comment
      
      * refine code
      
      * add multi tensor check
      
      * refine param_group update
      
      * add multi tensor for static mode
      
      * refine comments
      
      * delete useless comma for momentum
      
      * refine comment for momentum
      
      * refine code by commment
      0cc5e22c
  5. 17 12月, 2021 1 次提交
    • S
      Refine some AMP operators for BERT (#37923) · d80fe268
      sneaxiy 提交于
      * support multi precision update for LAMB
      
      * hide some api
      
      * fix ci uts
      
      * fix lamb output of dygraph
      
      * remove some changes to some PR
      
      * try to fix Py3 CI compile error
      
      * fix test_imperative_optimizer, add lars ut, add layer_norm ut
      
      * fix ut, fix format
      
      * fix ut
      
      * fix windows ci
      d80fe268
  6. 27 10月, 2021 1 次提交
  7. 18 10月, 2021 1 次提交
  8. 29 9月, 2021 1 次提交
  9. 26 9月, 2021 1 次提交
  10. 22 9月, 2021 1 次提交
  11. 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
  12. 14 9月, 2021 1 次提交
  13. 10 9月, 2021 1 次提交
    • S
      Fix warning (#34875) · 966f042d
      sunzhongkai588 提交于
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      
      * fix warning error , test=document_fix
      966f042d
  14. 01 9月, 2021 1 次提交
  15. 23 8月, 2021 1 次提交
  16. 17 8月, 2021 1 次提交
  17. 02 8月, 2021 1 次提交
  18. 30 7月, 2021 1 次提交
  19. 27 7月, 2021 2 次提交
  20. 15 7月, 2021 1 次提交
  21. 14 7月, 2021 1 次提交
  22. 08 7月, 2021 1 次提交
  23. 24 6月, 2021 1 次提交
  24. 21 6月, 2021 1 次提交
  25. 15 6月, 2021 1 次提交
  26. 11 6月, 2021 1 次提交
  27. 10 6月, 2021 1 次提交
  28. 31 5月, 2021 1 次提交
  29. 29 4月, 2021 1 次提交
  30. 28 4月, 2021 1 次提交
  31. 27 4月, 2021 1 次提交
  32. 23 4月, 2021 1 次提交
  33. 22 4月, 2021 1 次提交
  34. 21 4月, 2021 1 次提交
  35. 25 3月, 2021 1 次提交
  36. 24 3月, 2021 1 次提交
  37. 05 2月, 2021 1 次提交
  38. 04 2月, 2021 1 次提交
  39. 01 2月, 2021 1 次提交