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.

Hierarchy

  • BaseCallback
    • History

Properties

Methods

Properties

params: Params

Training parameters (eg. verbosity, batch size, number of epochs...).

Methods

  • Await the values of all losses and metrics.

    Returns Promise<void>

Generated using TypeDoc