Welcome to our Support Center

Read FIFO

Description

Reads and clears all training records stored in the asynchronous FIFO. This VI retrieves the outputs generated during fitting (epoch, iteration, losses, etc.) and allows external monitoring or early stopping of the training loop.

Input parameters

 

Β Training inΒ :Β object,Β training session.
stop fit? : boolean, when set to TRUE, signals the training loop to stop before completing all requested epochs.

Output parameters

 

Β Training outΒ :Β object,Β training session.

Fit OutputsΒ : array, contains the training status information read from the FIFO.

epochΒ : integer, current epoch number reached during training.
iteration : integer, current iteration within the epoch.

LossesΒ : array, array of loss values.

name : string, the identifier of the loss function.
valueΒ : float,
the numeric value of the loss at this step.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install Deep Learning library to run it).
Table of Contents