pytorch/torch/optim
Masaki Kozuki 7403545518 Fix exception message of torch.optim.AdamW. (#36088)
Summary:
PyTorch does not implement `SparseAdamW`.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/36088

Differential Revision: D20932357

Pulled By: gchanan

fbshipit-source-id: 49e5b72c34ff8ce0deb6b3807662b8b7d67d959f
2020-04-09 08:02:10 -07:00
..
__init__.py
__init__.pyi Fixed stub for AdamW (#34299) 2020-03-09 08:45:51 -07:00
adadelta.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
adadelta.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00
adagrad.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
adagrad.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00
adam.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
adam.pyi
adamax.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
adamax.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00
adamw.py Fix exception message of torch.optim.AdamW. (#36088) 2020-04-09 08:02:10 -07:00
adamw.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00
asgd.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
asgd.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00
lbfgs.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
lbfgs.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00
lr_scheduler.py Fix typo in documentation (#34581) 2020-03-11 13:57:10 -07:00
lr_scheduler.pyi fix typing bug of LambdaLR.__init__ (#33271) 2020-02-18 09:10:00 -08:00
optimizer.py
optimizer.pyi fix type stub errors (#33762) 2020-02-27 06:58:53 -08:00
rmsprop.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
rmsprop.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00
rprop.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
rprop.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00
sgd.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
sgd.pyi
sparse_adam.py End of the .data removal in torch/optim (#34211) 2020-03-09 06:40:39 -07:00
sparse_adam.pyi Add types for the remaining optimizers. (#31130) 2019-12-12 06:36:41 -08:00