torch.optim.lr_scheduler.StepOptions
export interface StepOptions {
/** The epoch number (optional, defaults to last_epoch + 1) */
epoch?: number;
}epoch(number)optional- – The epoch number (optional, defaults to last_epoch + 1)
Options for step method.