mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/24980 We'll need this internally, so just updating the open source version. the other optimizers have this argument anyways. Test Plan: Imported from OSS Differential Revision: D16945279 Pulled By: li-roy fbshipit-source-id: 0b8cc86f15387cd65660747899d3d7dd870cff27 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __init__.pyi | ||
| adadelta.py | ||
| adagrad.py | ||
| adam.py | ||
| adam.pyi | ||
| adamax.py | ||
| adamw.py | ||
| asgd.py | ||
| lbfgs.py | ||
| lr_scheduler.py | ||
| lr_scheduler.pyi | ||
| optimizer.py | ||
| optimizer.pyi | ||
| rmsprop.py | ||
| rprop.py | ||
| sgd.py | ||
| sgd.pyi | ||
| sparse_adam.py | ||