public interface StatsInitializationConfiguration
extends java.io.Serializable
StatsListener
.
This interface allows for software/hardware/model information to be collected (or, not)Modifier and Type | Method and Description |
---|---|
boolean |
collectHardwareInfo()
Should hardware configuration information be collected? JVM available processors, number of devices, total memory for each device
|
boolean |
collectModelInfo()
Should model information be collected? Model class, configuration (JSON), number of layers, number of parameters, etc.
|
boolean |
collectSoftwareInfo()
Should software configuration information be collected? For example, OS, JVM, and ND4J backend details
|
boolean collectSoftwareInfo()
boolean collectHardwareInfo()
boolean collectModelInfo()