Welcome to our Support Center

Get & Set resume

GET

In this section you’ll find a list of all get functionalitiesΒ available.

Β  ICONS RESUME
Get all index/name Gets the index and name of all layers contained in the model.
Get name by index Gets the name of the layer selected by the index given as input.
Get index by name Gets the index of the layer selected by the name given as input.
Get all “lda_coeff” Gets the loss derivative attenuation coefficient of all layers contained in the model.
Get “lda_coeff” by index Gets the loss derivative attenuation coefficient of layer selected by the index given as input.
Get “lda_coeff” by name Gets the loss derivative attenuation coefficient of layer selected by the name given as input.
Get all parameters Gets for every layer the parameters cluster.
Get parameters by index Gets the parameter of the layer selected by the index given as input.
Get parameters by name Gets the parameter of the layer selected by the name given as input.
Get all training status Gets for all layers contained in the model the state of the boolean β€œtraining_status”.
Get training status by index Gets the boolean β€œtraining_status” of layer selected by index given as input.
Get training status by name Gets the boolean β€œtraining_status” of layer selected by name given as input.
Get GPU platform Check if your computer is GPU ready. First check if CUDA is installed, if yes display device informations according to deviceID and check if CuDNN is also installed. If both are installed, it’s GPU ready.
Get Version Gets the Deep Learning library version.
Get model name Gets the name of the model.
Get warning parameters Gets the parameters of warnings.
Get all input layers shape Gets the input form of the model.
Get all output layers shape Gets the output form of the model.
Get all input shape Gets the input size of each layer contained in the model.
Get input shape by index Gets the input size of the layer selected by the index given as input.
Get input shape by name Gets the input size of the layer selected by the name given as input.
Get all output shape Gets the output size of each layer contained in the model.
Get output shape by index Gets the output size of the layer selected by the index given as input.
Get output shape by name Gets the output size of the layer selected by the name given as input.
Get all weights Gets the weights of all layers contained in the model.
Get all weights shape Gets the form of the weights of every layer contained in the model.
Get weights shape by index

Gets the shape of the weights of the layer selected by the index given as input.

Get weights shape by name Gets the shape of the weights of the layer selected by the name given as input.
Get all update weights Gets the β€œupdate_weight?” parameter of each layer in the model.
Get update weights by index Gets the β€œupdate_weight?” parameter of the layer selected by the index given as input.
Get update weights by name Gets the β€œupdate_weight?” parameter of the layer selected by the name given as input.

SET

In this section you’ll find a list of all set functionalities available.

Β  Β ICONS RESUME
Set all “lda_coeff” Sets the loss derivative attenuation coefficient of all layers contained in the model.
Set “lda_coeff” by index Sets the loss derivative attenuation coefficient of layer selected by the index given as input.
Set “lda_coeff” by name Sets the loss derivative attenuation coefficient of layer selected by the name given as input.
Set all training status Sets for all layers contained in the model the state of the boolean β€œtraining?”.
Set training status by index Sets the boolean β€œtraining?” of layer selected by index given as input.
Set training status by name Sets the boolean β€œtraining?” of layer selected by name given as input.
Set all update weights Sets the β€œupdate_weight?” parameter of each layer in the model.
Set update weights by index Sets the β€œupdate_weight?” parameter of the layer selected by the index given as input.
Set update weights by name Sets the β€œupdate_weight?” parameter of the layer selected by the name given as input.
Load all weights by index Load weights in the model.
Load all weights by name Load weights in the model.
Load all weights model Load the weights of a model.
Set all random weights Creates random weights for all layers in the model.
Set model name Sets the name of the model.
Warning Parameters Sets the parameters of warning.
Table of Contents