Welcome to our Support Center

Get all init weight

Description

Gets for all layers the parameter “init_weight”. If the value is “RANDOM” then the weights are generated randomly. Otherwise they are loaded.

Input parameters

 

Model in : model architecture.

Output parameters

 

Model out : model architecture.

init_weight_array : array

name : string, name of layer.
index : integer, index of layer.
 init_weight : enum, weight initialization mode.

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