Get weights shape by nameDescription Gets the shape of the weights of the layer selected by the name given as...
HAIBAL Blog
[code_snippet id=14 php=true]
Individual by index
Get weights shape by indexDescription Gets the shape of the weights of the layer selected by the index given as...
Individual by name
Get update weights by nameDescription Gets the "update_weight?" parameter of the layer selected by the name given as...
Individual by index
Get update weights by indexDescription Gets the "update_weight?" parameter of the layer selected by the index given as...
All
Get all update weightsDescription Gets the "update_weight?" parameter of each layer in the model. If the boolean is...
All
Get all weights shapeDescription Gets the form of the weights of every layer contained in the model.Input parameters...
All
Get all weightsDescription Gets the weights of all layers contained in the model.Input parameters Model in :...
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...
All Outputs Layers
All outputs layers shapeDescription Gets the output form of the model.Input parameters Model in : model...
All Inputs Layers
Get all inputs layers shapeDescription Gets the input form of the model.Input parameters Model in : model...
Warning Parameters
Get warning parametersDescription Gets the parameters of warnings. If "Display Warning ?" is set to "True" then the...
Name
Get model nameDescription Gets the name of the model. Input parameters Model in : model architecture.Output...
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...
Individual by name
Get parameters by nameDescription Gets the parameter of the layer selected by the name given as input. Input...
Individual by index
Get parameters by indexDescription Gets the parameter of the layer selected by the index given as input. Input...
All
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...
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 ...
Get Parameters
Get ParametersThis section presents the different get parameters function design icons.Get gradient Get gradient...