Callback that records events into a History object. This callback is automatically applied to every TF.js Layers model. The History object gets returned by the fit method of models.
History
fit
Training parameters (eg. verbosity, batch size, number of epochs...).
Await the values of all losses and metrics.
Generated using TypeDoc
Callback that records events into a
History
object. This callback is automatically applied to every TF.js Layers model. TheHistory
object gets returned by thefit
method of models.