Load all weights by nameDescription Sets the weights of the layer selected by the name given as input.Input parameters...
HAIBAL Blog
[code_snippet id=14 php=true]
All (Index Array)
Load all weights by indexDescription Sets the weights of the layer selected by the index given as input.Input...
All (Random)
Set all random weightsDescription Creates random weights for all layers in the model.Input parameters Model in...
GPU
Set GPU platformDescription Sets the type of execution of the model to CUDA/CuDNN. GPU Parameters defines how internal...
Name
Set model nameDescription Sets the name of the model.Input parameters Model in : model architecture. model_name...
All Index
Set all loss type by indexDescription Sets the loss of each layer contained in the model selected by the index.Input...
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 optimizer by nameDescription Sets the optimizer parameters for the layer selected by the name given as input.Input...
Individual by index
Set optimizer by indexDescription Sets the optimizer parameters for the layer selected by the index given as...
All
Set all optimizersDescription Sets for every layer the optimizer parameters cluster.Input parameters Model in :...
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...
Individual by name
Set store gradient by nameDescription Sets the boolean "store_gradient ? " of the layer selected by the name given as...
Individual by index
Set store gradient by indexDescription Sets the boolean "store_gradient ? " of the layer selected by the index given...
All Store
Set all store gradientDescription Sets the boolean "store_gradient ? " of all layers contained in the model. If the...
Set Parameters
Set ParametersThis section presents the different set parameters function design icons.Set model parameters Set model...