Welcome to our Support Center

Initialize FIFO

Description

Initializes an asynchronous FIFO used to store loss values during training.

Input parameters

 

FIFO Full Action : enum, determines what happens when the FIFO buffer is full.
 Training in object, training session.
Losses : array, selects which loss values are written into the FIFO during training.
capacity : integer, defines the maximum number of records that can be stored in the FIFO buffer.

Output parameters

 

 Training out object, training session.

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