Package | Description |
---|---|
org.deeplearning4j.earlystopping.listener | |
org.deeplearning4j.earlystopping.trainer |
Modifier and Type | Method and Description |
---|---|
void |
EarlyStoppingListener.onCompletion(EarlyStoppingResult<T> esResult)
Method that is called at the end of early stopping training
|
Modifier and Type | Method and Description |
---|---|
EarlyStoppingResult<T> |
BaseEarlyStoppingTrainer.fit() |
EarlyStoppingResult<T> |
IEarlyStoppingTrainer.fit()
Conduct early stopping training
|
Copyright © 2017. All rights reserved.