stepCount property
Steps taken so far. 0 before the first step() call. After
the first step(), stepCount == 1 and optimizer.lr reflects
the LR for that first step.
Implementation
int stepCount = 0;
Steps taken so far. 0 before the first step() call. After
the first step(), stepCount == 1 and optimizer.lr reflects
the LR for that first step.
int stepCount = 0;