Load all weights by nameDescription Load weights in the model. The table of weights is authentic, it defines the names...
HAIBAL Blog
[code_snippet id=14 php=true]
All (Index Array)
Load all weights by indexDescription Load weights in the model. The table of weights is authentic, it defines the...
All (Random)
Set all random weightsDescription Creates random weights for all layers in the model.Input parameters Model in...
Name
Set model nameDescription Sets the name of the model.Input parameters Model in : model architecture. model_name...
Individual by name
Set training status by nameDescription Sets the boolean “training?” of layer selected by name given as input. If the...
Individual by index
Set training status by indexDescription Sets the boolean “training?” of layer selected by index given as input. If the...
All
Set all training statusDescription Sets for all layers contained in the model the state of the boolean "training?". If...
Individual by name
Set "lda_coeff" by nameDescription Sets the loss derivative attenuation coefficient of layer selected by the name...
Individual by index
Set "lda_coeff" by indexDescription Sets the loss derivative attenuation coefficient of layer selected by the index...
All
Set All "lda_coeff"Description Sets the loss derivative attenuation coefficient of all layers contained in the...
Set Parameters
Set ParametersThis section presents the different set parameters function design icons.Set model parameters Set model...