Welcome to our Support Center

output_behavior

output_behaviorΒ :Β enum, setup if the layer is an output layer.
Default β€œNot Output”

  • Display :Β display the output will not considere this output layer for train – this layer will have an index output assigned. It is only intended to observe the output of the layer that has been created.
  • Train : create a trainable output. This layer will have an index output assigned
  • Not Output : as a hidden layer, this layer will not have an index output assigned.

This parameter is used in all add_to_graph VIs.
To check index output please refer the summary function.

Table of Contents