“f695dc97bf5d305b3e0d7e3625a86449536b8ce6”上不存在“python/paddle/git@gitcode.net:Crayonxin2000/Paddle.git”
  • 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
test_reinforcement_learning.py 6.3 KB