Read Streaming

Description

Retrieves the most recent training outputs produced during asynchronous streaming fit. Unlike FIFO mode, this VI does not buffer multiple records, it always returns the latest available values.

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 : cluster, 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