pytorch/torch/optim
Rob Zinkov ff75562cff Adding maximize to rprop (#81864)
Added the maximize flag #68052 to rprop optimizer and updates the respective tests.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/81864
Approved by: https://github.com/albanD
2022-08-16 08:19:46 +00:00
..
_multi_tensor
__init__.py
__init__.pyi
_functional.py
adadelta.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
adadelta.pyi
adagrad.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
adagrad.pyi
adam.py [foreach][mta] Inplace maximum and minimum (#82523) 2022-08-03 03:40:42 +00:00
adam.pyi
adamax.py Handle complex optimization in Adamax by treating complex numbers as 2D real numbers (#80319) 2022-08-05 21:03:18 +00:00
adamax.pyi
adamw.py Handle complex optimization in AdamW by treating complex numbers as 2D real numbers (#80280) 2022-08-05 13:47:14 +00:00
adamw.pyi
asgd.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
asgd.pyi
lbfgs.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
lbfgs.pyi
lr_scheduler.py Integrate xdoctest - Rebased (#82797) 2022-08-12 02:08:01 +00:00
lr_scheduler.pyi feat: add PolynomialLR scheduler (#82769) 2022-08-10 18:21:00 +00:00
nadam.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
nadam.pyi
optimizer.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
optimizer.pyi
radam.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
radam.pyi
rmsprop.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
rmsprop.pyi
rprop.py Adding maximize to rprop (#81864) 2022-08-16 08:19:46 +00:00
rprop.pyi
sgd.py Integrate xdoctest - Rebased (#82797) 2022-08-12 02:08:01 +00:00
sgd.pyi
sparse_adam.py Change docstring type callable to Callable for consistency (#82487) 2022-08-01 17:26:09 +00:00
sparse_adam.pyi
swa_utils.py Integrate xdoctest - Rebased (#82797) 2022-08-12 02:08:01 +00:00
swa_utils.pyi