training.history: Get and set training.history
slot in a
DeconvDLModel
object
Description
Get and set training.history
slot in a
DeconvDLModel
object
Usage
training.history(object)training.history(object) <- value
Arguments
- object
DeconvDLModel
object.
- value
keras_training_history
object with the training history
of the deep neural network model.