pytorch/torch/optim
Søren Rasmussen 95d3825e48 ReduceLrOnPlateau: best=current -> best=copy(current) (#16364) (#16697)
Summary:
Fixes #16364
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16697

Differential Revision: D14680879

Pulled By: soumith

fbshipit-source-id: c50c22f3eacea4474fb3a04fe85fbf11d5a177c9
2019-03-29 06:56:51 -07:00
..
__init__.py
adadelta.py
adagrad.py
adam.py
adamax.py
asgd.py
lbfgs.py
lr_scheduler.py ReduceLrOnPlateau: best=current -> best=copy(current) (#16364) (#16697) 2019-03-29 06:56:51 -07:00
optimizer.py Add name for required optimizer parameter. (#13202) 2018-10-29 15:02:21 -07:00
rmsprop.py
rprop.py
sgd.py SGD: remove unneeded multiply-add initialization operations (#18114) 2019-03-19 10:34:17 -07:00
sparse_adam.py