pytorch/torch/optim
Jane Xu 0070c546b5 [BE][optim] abstract out docstrings, add differentiable docs (#92336)
1. abstract out common doc strings --> I'm sure there are more, but let this be a first step.
2. Add differentiable docs to those who are actually differentiable
Pull Request resolved: https://github.com/pytorch/pytorch/pull/92336
Approved by: https://github.com/albanD
2023-01-18 15:09:28 +00:00
..
_multi_tensor
__init__.py Update __init__.py (#91196) 2022-12-20 23:38:25 +00:00
__init__.pyi
_functional.py [optim] fix: empty grad support for SparseAdam (#86459) 2022-10-07 19:24:59 +00:00
adadelta.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
adadelta.pyi
adagrad.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
adagrad.pyi
adam.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
adam.pyi
adamax.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
adamax.pyi
adamw.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
adamw.pyi
asgd.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
asgd.pyi
lbfgs.py
lbfgs.pyi
lr_scheduler.py Fix OneCycleLR error log (#92040) 2023-01-13 02:46:59 +00:00
lr_scheduler.pyi Re-enable optimizers (#90709) 2022-12-19 04:07:41 +00:00
nadam.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
nadam.pyi
optimizer.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
optimizer.pyi Call profiler step via optimizer post hook (#90101) 2023-01-13 18:07:40 +00:00
radam.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
radam.pyi
rmsprop.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
rmsprop.pyi
rprop.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
rprop.pyi
sgd.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
sgd.pyi
sparse_adam.py [BE][optim] abstract out docstrings, add differentiable docs (#92336) 2023-01-18 15:09:28 +00:00
sparse_adam.pyi
swa_utils.py Enable xdoctest runner in CI for real this time (#83816) 2022-12-29 05:32:42 +00:00
swa_utils.pyi Re-enable optimizers (#90709) 2022-12-19 04:07:41 +00:00