| Package | Description |
|---|---|
| org.deeplearning4j.optimize.listeners |
| Modifier and Type | Method and Description |
|---|---|
PerformanceListener.Builder |
PerformanceListener.Builder.reportBatch(boolean reallyReport)
This method defines, if batches/sec should be reported together with other data
|
PerformanceListener.Builder |
PerformanceListener.Builder.reportETL(boolean reallyReport)
This method defines, if ETL time per iteration should be reported together with other data
|
PerformanceListener.Builder |
PerformanceListener.Builder.reportIteration(boolean reallyReport)
This method defines, if iteration number should be reported together with other data
|
PerformanceListener.Builder |
PerformanceListener.Builder.reportSample(boolean reallyReport)
This method defines, if samples/sec should be reported together with other data
|
PerformanceListener.Builder |
PerformanceListener.Builder.reportScore(boolean reallyReport)
This method defines, if score should be reported together with other data
|
PerformanceListener.Builder |
PerformanceListener.Builder.reportTime(boolean reallyReport)
This method defines, if time per iteration should be reported together with other data
|
PerformanceListener.Builder |
PerformanceListener.Builder.setFrequency(int frequency)
Desired IterationListener activation frequency
|
Copyright © 2017. All rights reserved.