Welcome to our Support Center

Get Input/Output Names

Description

Get the names of the Forward Input / Loss/Backward Inputs / Forward Outputs.

Input parameters

 

 Academic Training in object, academic training session.

Output parameters

 

 Academic Training out object, academic training session.

 Exec Inputs/Outputs Names cluster, this cluster defines the tensor names used during a full execution cycle of the model, including the forward pass and loss/backward computation.

Forward Inputs Names : array, list of input tensor names required to execute the forward pass. These typically represent the data fed into the model during inference or training forward.
Forward Outputs Names : array, list of output tensor names produced by the forward pass. These are generally the raw predictions generated by the model, before any loss is computed.
Loss/Backward Inputs Names : array, list of tensor names used to compute the loss and perform the backward pass. This usually includes the ground truth labels, and may also include additional inputs from the loss subgraph such as sample weights or auxiliary values.

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