public interface TrainingHook
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
postUpdate(org.nd4j.linalg.dataset.api.DataSet minibatch,
Model model)
A hook method for post update
|
void |
postUpdate(org.nd4j.linalg.dataset.api.MultiDataSet minibatch,
Model model)
A hook method for post update
|
void |
preUpdate(org.nd4j.linalg.dataset.api.DataSet minibatch,
Model model)
A hook method for pre update.
|
void |
preUpdate(org.nd4j.linalg.dataset.api.MultiDataSet minibatch,
Model model)
A hook method for pre update.
|
void preUpdate(org.nd4j.linalg.dataset.api.DataSet minibatch, Model model)
minibatch
- the inibatch
that was used for the updatemodel
- themodel that was updatevoid postUpdate(org.nd4j.linalg.dataset.api.DataSet minibatch, Model model)
minibatch
- the minibatch
that was usd for the updatemodel
- the model that was updatedvoid preUpdate(org.nd4j.linalg.dataset.api.MultiDataSet minibatch, Model model)
minibatch
- the inibatch
that was used for the updatemodel
- the model that was updatevoid postUpdate(org.nd4j.linalg.dataset.api.MultiDataSet minibatch, Model model)
minibatch
- the minibatch
that was usd for the updatemodel
- the model that was updated