Package ai.djl.training.tracker
Interface CyclicalTracker.ScaleFunction
-
- Enclosing class:
- CyclicalTracker
public static interface CyclicalTracker.ScaleFunctionScaleFunctionis an interface to implement a custom scale function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatfunc(int steps)Custom scaling policy.
-