Set training status by nameDescription Sets the boolean “training?” of layer selected by name given as input. If the...
HAIBAL Blog
[code_snippet id=14 php=true]
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...
Output by name
Get output shape by nameDescription Gets the output size of the layer selected by the name given as input.Input...
Output by index
Get output shape by indexDescription Gets the output size of the layer selected by the index given as input.Input...
All Outputs
Get all outputs shapeDescription Gets the output size of each layer contained in the model.Input parameters ...
Input by name
Get input shape by nameDescription Gets the input size of the layer selected by the name given as input.Input...
Input by index
Get input shape by indexDescription Gets the input size of the layer selected by the index given as input.Input...
All Inputs
Get all inputs shapeDescription Gets the input size of each layer contained in the model.Input parameters Model...
Individual by name
Get training status by nameDescription Gets the boolean “training_status” of layer selected by name given as input. If...
Individual by index
Get training status by indexDescription Gets the boolean “training_status” of layer selected by index given as input....
All
Get all training statusDescription Gets for all layers contained in the model the state of the boolean...
Optimizer by name
Get optimizer by nameDescription Gets the optimizer parameters for the layer selected by the name given as input....
Optimizer by index
Get optimizer by indexDescription Gets the optimizer parameters for the layer selected by the index given as input....
All Optimizers
Get all optimizersDescription Gets for every layer the optimizer parameters cluster. Input parameters Model in...
Parameters by name
Get parameters by nameDescription Gets the parameter of the layer selected by the name given as input. Input...
Parameters by index
Get parameters by indexDescription Gets the parameter of the layer selected by the index given as input. Input...
All Parameters
Get all parametersDescription Gets for every layer the parameters cluster. Input parameters Model in : model...
Individual by name
Get "lda_coeff" by nameDescription Gets the loss derivative attenuation coefficient of layer selected by the name...
Individual by index
Get "lda_coeff" by indexDescription Gets the loss derivative attenuation coefficient of layer selected by the index...
All
Get all "lda_coeff"Description Gets the loss derivative attenuation coefficient of all layers contained in the model....
Individual by name
Get index by nameDescription Gets the index of the layer selected by the name given as input. Input parameters ...
Individual by index
Get name by indexDescription Gets the name of the layer selected by the index given as input. Input parameters ...
All
Get all index/nameDescription Gets the index and name of all layers contained in the model.Input parameters ...