Welcome to our Support Center

Get all activations

Description

Gets the activations for every layers in the model.

If the layers is LSTM/GRU/ConvLSTM it’ll be multiple activations :

  • Activation (All layers with an activation)
  • Recurrent Activation (GRU/LSTM/ConvLSTM)
  • Output Activation (LSTM/ConvLSTM)

 

Input parameters

 

Model in : model architecture.

Output parameters

 

Model out : model architecture.

layer_activation_array : array

index : integer, index of layer.
name : string, name of layer.
activations : string, layer activation parameter.

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 HAIBAL library to run it).

Table of Contents