• 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
setup.py.in 36.2 KB