Welcome to our Support Center

Set update weights by index

Description

Sets the “update_weight?” parameter of the layer selected by the index given as input. If the boolean is “True”, the weights are updated during the backward.

Input parameters

 

Model in : model architecture.
Β index :Β integer,Β layer index.
update_weight? : boolean, weights updated if true.

Output parameters

 

Model out : model architecture.

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