| Class | Description |
|---|---|
| HistoryListener |
HistoryListener is mainly used internally to collect information such as the loss curve and evaluations,
which will be reported later in a
History instance |
| ScoreListener |
A listener that reports scores and performance metrics for each epoch.
At every N iterations, the following is reported: (a) Epoch and iteration number (b) Loss value (total loss) (c) ETL time (if > 0) - this represents how long training was blocked waiting for data. |
| UIListener |
User interface listener for SameDiff
Basic usage: |
| UIListener.Builder | |
| UIListener.TestEvaluation |
| Enum | Description |
|---|---|
| UIListener.FileMode |
Default: FileMode.CREATE_OR_APPEND
The mode for handling behaviour when an existing UI file already exists CREATE: Only allow new file creation. |
| UIListener.HistogramType |
Used to specify which histograms should be collected.
|
| UIListener.UpdateRatio |
Used to specify how the Update:Parameter ratios are computed.
|
Copyright © 2019. All rights reserved.