You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/python/paddle/optimizer
Guo Sheng b96869bc31
Fix lr setting of AdamW when lr is an instance of LRScheduler (#28300)
4 years ago
..
__init__.py fix optimizer init (#27995) 4 years ago
adadelta.py Adadelta Optimizer (#26590) 5 years ago
adagrad.py fix norm api doc, test=develop (#27652) 4 years ago
adam.py fix english doc, unittest, and remove useless alias of 2.0 lr_scheduler (#27686) 4 years ago
adamax.py fix english doc, unittest, and remove useless alias of 2.0 lr_scheduler (#27686) 4 years ago
adamw.py Fix lr setting of AdamW when lr is an instance of LRScheduler (#28300) 4 years ago
lr.py fix load check_point bug of LinearWarmup (#28280) 4 years ago
momentum.py Adadelta Optimizer (#26590) 5 years ago
optimizer.py Change reduce mean (#27997) 4 years ago
rmsprop.py fix english doc, unittest, and remove useless alias of 2.0 lr_scheduler (#27686) 4 years ago
sgd.py Revert `no_grad` changes and add new implementation (#26826) 5 years ago