Welcome to our Support Center

Get all โ€œlda_coeffโ€

Description

Gets the loss derivative attenuation coefficient of all layers contained in the model.

Input parameters

 

Model in : model architecture.

Output parameters

 

Model out : model architecture.

lda_coeff_array : array

index : integer, index of layer.
name : string, name of layer.
lda_coeff : float, loss derivative attenuation coefficient value.

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).

Using the โ€œGet All lda_coeffโ€ function

1 โ€“ Define Graph

We define the graph with one input and two Dense layers named Dense1 and Dense2. We set the Dense1 layer with a โ€œlda_coeffโ€ equal to 2 and the Dense2 layer with a โ€œlda_coeffโ€ equal to 5.

2 โ€“ Get Function

We use the โ€œGet All lda_coeffโ€ function to get the value of this parameter for all layers in the model.

Table of Contents