| Interface | Description |
|---|---|
| StatsInitializationConfiguration |
Configuration interface for static (unchanging) information, to be reported by
StatsListener. |
| StatsInitializationReport |
An interface used with
StatsListener for reporting static information. |
| StatsReport |
StatsReport: An interface for storing and serializing update information (such as scores, parameter histograms etc) for
use in the
StatsListener |
| StatsUpdateConfiguration |
Similar to
StatsInitializationConfiguration, StatsUpdateConfiguration is an interface defining the stats
that should be collected and reported periodically. |
| Class | Description |
|---|---|
| Histogram |
Histogram: values for a single histogram.
|
| Enum | Description |
|---|---|
| StatsType |
Stats type, for use in
StatsListener
Note: Gradients are pre-update (i.e., raw gradients - pre-LR/momentum/rmsprop etc), Updates are post update |
| SummaryType |
Summary statistic type, for use in
StatsListener |