API symbolsoptim
Copy
Optimizer
- class tensorplay.optim.optimizer.Optimizer(params, defaults)[source]
Base class for optimizers.
- Parameters:
params (iterable) – an iterable of
Tensors ordicts. Specifies what Tensors should be optimized.defaults – (dict): a dict containing default values of optimization options (used when a parameter group doesn’t specify them).
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
