1. 13 7月, 2023 24 次提交
  2. 12 7月, 2023 12 次提交
  3. 11 7月, 2023 4 次提交
    • P
      support sharding parallel (#54634) · b7a05057
      pangengzheng 提交于
      * support sharding parallel
      
      * fix name
      
      * fix
      
      * update
      
      * test amp for sharding
      
      ---------
      
      Co-authored-by: pangengzheng <pangengzheng.baidu.com>
      b7a05057
    • M
      DOCS: Adding imformation about datatype in math.py (#55297) · ab73b8c6
      Muhammad Ishaque Nizamani 提交于
      * DOCS: Adding imformation about datatype in math.py
      
      * replaced uint16 with bfloat16.
      ab73b8c6
    • W
      Pipeline pass base (#55174) · 5434560a
      Wennie396 提交于
      * format correction
      
      * variable names adjustment
      
      * variable names adjustment, name-->type, value-->sub_program
      5434560a
    • L
      replace the AdagradOptimizer... · 94365855
      LoneRanger 提交于
      replace the AdagradOptimizer 、adamaxOptimizer、AdadeltaOptimizer、RMSPropOptimizer、LambOptimizer and Momentum (#54152)
      
      * replace the AdadeltaOptimizer with Adadelta
      
      * replace the RMSPropOptimizer with RMSProp
      
      * replace the LambOptimizer with lamb
      
      * replace the momentum in contrib/optimizer.py with Momentum in python/paddle/optimizer/momentum.py
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix bug of Lamp
      
      * fix bug of Lamp
      
      * fix bug of import
      
      * replace the AdamaxOptimizer with Admax and change the optimizer base for AdagradOptimizer
      
      * fix bug
      
      * fix bug
      
      * Update optimizer.py
      
      * fix bug
      
      * fix bug
      94365855