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 Grad | ![]() |
Gets the gradients of all layers contained in the model. |
Get Grad by index | ![]() |
Gets the weights of the selected layer by the index of this layer. |
Get Grad by name | ![]() |
Gets the weights of the layer selected by the name of this layer. |
Get All Store Grad | ![]() |
Gets for all layers contained in the model the status of the boolean “store_gradient?”. |
Get Store Grad by index | ![]() |
Gets for the layer selected by the index given as input the status of the boolean “store_gradient?”. |
Get Store Grad by name | ![]() |
Gets for the layer selected by the name given as input the status of the boolean “store_gradient?”. |
Get All Index/Name | ![]() |
Gets the index and name of all layers contained in the model. |
Get Index by name | ![]() |
Gets the index of the layer selected by the name given as input. |
Get Name by index | ![]() |
Gets the name of the layer selected by the index 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 Layer Params | ![]() |
Gets for every layer the parameters cluster. |
Get Layer Params by index | ![]() |
Gets the parameter of the layer selected by the index given as input. |
Get Layer Params by name | ![]() |
Gets the parameter of the layer selected by the name given as input. |
Get All Opti Params | ![]() |
Gets for every layer the optimizer parameters cluster. |
Get Opti Params by index | ![]() |
Gets the optimizer parameters for the layer selected by the index given as input. |
Get Opti Params by name | ![]() |
Gets the optimizer parameters for the layer selected by the name given as input. |
Get All Train Status | ![]() |
Gets for all layers contained in the model the state of the boolean “training_status”. |
Get Train Status by index | ![]() |
Gets the boolean “training_status” of layer selected by index given as input. |
Get Train Status by name | ![]() |
Gets the boolean “training_status” of layer selected by name given as input. |
Get All Loss Type | ![]() |
Gets the information related to the losse of each layer contained in the model. |
Get Model Name | ![]() |
Gets the name of the model. |
Get Platform | ![]() |
Gets the type of execution of the model and how it works. |
Warning Params | ![]() |
Gets the parameters of warnings. |
Get All Input Layer Shape | ![]() |
Gets the input form of the model. |
Get All Output Layer 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 Init Weight | ![]() |
Gets for all layers the parameter “init_weight”. |
Get Init Weight by index | ![]() |
Gets for the layer selected by the index given as input the parameter “init_weight”. |
Get Init Weight by name | ![]() |
Gets for the layer selected by the name given as input the parameter “init_weight”. |
Get All Weights | ![]() |
Gets the weights of all layers contained in the model. |
Get Weights by index | ![]() |
Gets the weights of the layer selected by the index given as input. |
Get Weights by name | ![]() |
Gets the weights of the layer selected by the name given as input. |
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 Store Grad | ![]() |
Sets the boolean “store_gradient ? ” of all layers contained in the model. |
Set Store Grad by index | ![]() |
Sets the boolean “store_gradient ? ” of the layer selected by the index given as input. |
Set Store Grad by name | ![]() |
Sets the boolean “store_gradient ? ” of the layer selected by the name given as input. |
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 Opti Params | ![]() |
Sets for every layer the optimizer parameters cluster. |
Set Opti Params by index | ![]() |
Sets the optimizer parameters for the layer selected by the index given as input. |
Set Opti Params by name | ![]() |
Sets the optimizer parameters for the layer selected by the name given as input. |
Set All Train Status | ![]() |
Sets for all layers contained in the model the state of the boolean “training?”. |
Set Train Status by index | ![]() |
Sets the boolean “training?” of layer selected by index given as input. |
Set Train Status by name | ![]() |
Sets the boolean “training?” of layer selected by name given as input. |
Set All Loss Type | ![]() |
Sets the losse of each layer contained in the model. |
Set Model Name | ![]() |
Sets the name of the model. |
Set Platform | ![]() |
Sets the type of execution of the model and how it works. |
Warning Param | ![]() |
Sets the parameters of warnings. |
Set All Init Weight | ![]() |
Sets for all layers the parameter “init_weight”. |
Set Init Weight by index | ![]() |
Sets for the layer selected by the index given as input the parameter “init_weight”. |
Set Init Weight by name | ![]() |
Sets for the layer selected by the name given as input the parameter “init_weight”. |
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 | ![]() |
Load weights in the model. |
Load All Weights Model | ![]() |
Loads the weights of a model. |
Set All Random Weights | ![]() |
Creates random weights for all layers in the model. |
Set Weights by index | ![]() |
Sets the weights of the layer selected by the index given as input. |
Set Weights by name | ![]() |
Sets the weights of the layer selected by the name given as input. |