public static interface TrainingListener.Defaults
TrainingListener sets.| Modifier and Type | Method and Description |
|---|---|
static TrainingListener[] |
logging(java.lang.String name,
int batchSize,
int trainDataSize,
int validateDataSize,
java.lang.String outputDir)
A default
TrainingListener set including batch output logging. |
static TrainingListener[] logging(java.lang.String name, int batchSize, int trainDataSize, int validateDataSize, java.lang.String outputDir)
TrainingListener set including batch output logging.name - the name of the LoggingTrainingListenerbatchSize - the size of training batchestrainDataSize - the total number of elements in the training datasetvalidateDataSize - the total number of elements in the validation datasetoutputDir - the output directory to store created log files