Optimizer
interface Optimizer
A Trainer will track the activations and derivatives of the model during the forward pass and provide them to the SinglePassOptimizer to update the model parameters.
A Trainer will track the activations and derivatives of the model during the forward pass and provide them to the SinglePassOptimizer to update the model parameters.