pytorch/torch/optim
2022-06-24 21:34:10 +00:00
..
_multi_tensor
__init__.py
__init__.pyi
_functional.py
adadelta.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
adadelta.pyi
adagrad.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
adagrad.pyi
adam.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
adam.pyi
adamax.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
adamax.pyi
adamw.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
adamw.pyi
asgd.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
asgd.pyi
lbfgs.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
lbfgs.pyi
lr_scheduler.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
lr_scheduler.pyi Make LR scheduler stub complete, including OneCycleLR and class attributes. (#59476) 2022-06-17 16:39:13 +00:00
nadam.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
nadam.pyi
optimizer.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
optimizer.pyi
radam.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
radam.pyi
rmsprop.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
rmsprop.pyi
rprop.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
rprop.pyi
sgd.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
sgd.pyi
sparse_adam.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
sparse_adam.pyi
swa_utils.py Add __all__ for torch.optim and torch.nn.modules modules (#80237) 2022-06-24 21:34:10 +00:00
swa_utils.pyi