Get update weights by nameDescription Gets the "update_weight?" parameter of the layer selected by the name given as...
HAIBAL Blog
[code_snippet id=14 php=true]
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 :...
Individual by name
Get init weight by nameDescription Gets for the layer selected by the name given as input the parameter "init_weight"....
Individual by index
Get init weight by indexDescription Gets for the layer selected by the index given as input the parameter...
All
Get all init weightDescription Gets for all layers the parameter "init_weight". If the value is "RANDOM" then 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...
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...
Platform
Get platformDescription Gets the type of execution of the model and how it works. If you have a CUDA-compatible...
Name
Get model nameDescription Gets the name of the model. Input parameters Model in : model architecture.Output...
All Loss Type
Get all loss typeDescription Gets the information related to the loss of each layer contained in the model.Input...
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 ...
Individual by name
Get store gradient by nameDescription Gets for the layer selected by the name given as input the status of the boolean...
Individual by index
Get store gradient by indexDescription Gets for the layer selected by the index given as input the status of the...
All
Get all store gradientDescription Gets for all layers contained in the model the status of the boolean...
Individual by name
Get gradient by nameDescription Gets the weights of the layer selected by the name of this layer.Input parameters...
Individual by index
Get gradient by indexDescription Gets the weights of the selected layer by the index of this layer.Input parameters...
All
Get all gradientDescription Gets the gradients of all layers contained in the model.Input parameters Model in :...
Get Parameters
Get ParametersThis section presents the different get parameters function design icons.Get gradient Get gradient...