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