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