API symbolsoptim
Copy
RMSprop
- class tensorplay.optim.rmsprop.RMSprop(params, lr=0.01, alpha=0.99, eps=1e-08, weight_decay=0, momentum=0, centered=False, capturable=False, foreach=None, maximize=False, differentiable=False)[source]
RMSprop optimizer matching Torch’s centered and momentum variants.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
