Package | Description |
---|---|
org.deeplearning4j.earlystopping | |
org.deeplearning4j.earlystopping.listener | |
org.deeplearning4j.earlystopping.trainer |
Modifier and Type | Method and Description |
---|---|
EarlyStoppingConfiguration<T> |
EarlyStoppingConfiguration.Builder.build()
Create the early stopping configuration
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyStoppingListener.onEpoch(int epochNum,
double score,
EarlyStoppingConfiguration<T> esConfig,
T net)
Method that is called at the end of each epoch completed during early stopping training
|
void |
EarlyStoppingListener.onStart(EarlyStoppingConfiguration<T> esConfig,
T net)
Method to be called when early stopping training is first started
|
Modifier and Type | Field and Description |
---|---|
protected EarlyStoppingConfiguration<T> |
BaseEarlyStoppingTrainer.esConfig |
Copyright © 2022. All rights reserved.