Welcome to our Support Center

Get all update weights

Description

Gets the “update_weight?” parameter of each layer in the model. If the boolean is “True”, then the weights are updated during the backward .

Input parameters

 

Model in : model architecture.

Output parameters

 

Model out : model architecture.

update_weight_array : array

index : integer, index of layer.
name : string, name of layer.
update_weight? : boolean, weights updated if true.

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