public class PerformanceListener extends BaseTrainingListener implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceListener.Builder |
| Constructor and Description |
|---|
PerformanceListener(int frequency) |
PerformanceListener(int frequency,
boolean reportScore) |
PerformanceListener(int frequency,
boolean reportScore,
boolean reportGC) |
| Modifier and Type | Method and Description |
|---|---|
void |
iterationDone(Model model,
int iteration,
int epoch)
Event listener for each iteration.
|
onBackwardPass, onEpochEnd, onEpochStart, onForwardPass, onForwardPass, onGradientCalculationpublic PerformanceListener(int frequency)
public PerformanceListener(int frequency,
boolean reportScore)
public PerformanceListener(int frequency,
boolean reportScore,
boolean reportGC)
public void iterationDone(Model model, int iteration, int epoch)
TrainingListeneriterationDone in interface TrainingListeneriterationDone in class BaseTrainingListenermodel - the model iteratingiteration - the iterationCopyright © 2021. All rights reserved.