API symbolsoptim
Copy
Adadelta
- class tensorplay.optim.adadelta.Adadelta(params, lr=1.0, rho=0.9, eps=1e-06, weight_decay=0, foreach=None, *, capturable=False, maximize=False, differentiable=False)[source]
Adadelta optimizer matching
torch.optim.Adadelta.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
