public class RampSchedule extends Object implements ISchedule
1/numIter * baseLR to baseLR over numIter iterations.
The base learning rate is determined by the underlying ISchedule, as a function of time.
This can be used to provide a slow start, for use cases such as transfer learning.| Modifier and Type | Field and Description |
|---|---|
protected ISchedule |
baseSchedule |
protected int |
numIter |
| Constructor and Description |
|---|
RampSchedule(ISchedule baseSchedule,
int numIter) |
Copyright © 2019. All rights reserved.