Caffe2 - Python API
A deep learning, cross platform ML framework
torch.optim.adamax.Adamax Member List

This is the complete list of members for torch.optim.adamax.Adamax, including all inherited members.

__init__(self, params, lr=2e-3, betas=(0.9, 0.999), eps=1e-8, weight_decay=0) (defined in torch.optim.adamax.Adamax)torch.optim.adamax.Adamax
step(self, closure=None)torch.optim.adamax.Adamax