public interface TaskListener extends Serializable
MultiLayerNetworkTaskCreator or ComputationGraphTaskCreator| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(org.deeplearning4j.nn.api.Model model,
Candidate candidate)
Post process the model, after any training has taken place
|
<T extends org.deeplearning4j.nn.api.Model> |
preProcess(T model,
Candidate candidate)
Preprocess the model, before any training has taken place.
|
<T extends org.deeplearning4j.nn.api.Model> T preProcess(T model, Candidate candidate)
model - Model to preprocesscandidate - Candidate information, for the current modelvoid postProcess(org.deeplearning4j.nn.api.Model model, Candidate candidate)
model - Model to postprocesscandidate - Candidate information, for the current modelCopyright © 2020. All rights reserved.