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

This is the complete list of members for torch.optim.asgd.ASGD, including all inherited members.

__init__(self, params, lr=1e-2, lambd=1e-4, alpha=0.75, t0=1e6, weight_decay=0) (defined in torch.optim.asgd.ASGD)torch.optim.asgd.ASGD
step(self, closure=None)torch.optim.asgd.ASGD