pytorch/torch/optim
Aaron Gokaslan 08db735629 [BE]: Update mypy to 1.13.0 (#140808)
Update mypy to 1.13.0 . Should hopefully reduce linting time. Has support for orjson cache serialization which should improve mypy cache perf if orjson is installed.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/140808
Approved by: https://github.com/ezyang, https://github.com/malfet
2024-12-03 02:50:10 +00:00
..
_multi_tensor
__init__.py
_adafactor.py
_functional.py
adadelta.py
adagrad.py
adam.py Support tensor betas in Adam and AdamW (#134171) 2024-11-15 21:55:55 +00:00
adamax.py
adamw.py Support tensor betas in Adam and AdamW (#134171) 2024-11-15 21:55:55 +00:00
asgd.py
lbfgs.py
lr_scheduler.py
nadam.py
optimizer.py Support tensor betas in Adam and AdamW (#134171) 2024-11-15 21:55:55 +00:00
radam.py [BE]: Update mypy to 1.13.0 (#140808) 2024-12-03 02:50:10 +00:00
rmsprop.py
rprop.py
sgd.py
sparse_adam.py
swa_utils.py