Set Store Grad by nameDescription Sets the boolean "store_gradient ? " of the layer selected by the name given as...
HAIBAL Blog
Set Store Grad by index
Set Store Grad by indexDescription Sets the boolean "store_gradient ? " of the layer selected by the index given as...
Set All Store Grad
Set All Store GradDescription Sets the boolean "store_gradient ? " of all layers contained in the model. If the...
Get Store Grad by name
Get Store Grad by nameDescription Gets for the layer selected by the name given as input the status of the boolean...
Get Store Grad by index
Get Store Grad by indexDescription Gets for the layer selected by the index given as input the status of the boolean...
Get All Store Grad
Get All Store GradDescription Gets for all layers contained in the model the status of the boolean "store_gradient?"....
Get Grad by name
Get Grad by nameDescription Gets the weights of the layer selected by the name of this layer.Input parameters ...
Get Grad by index
Get Grad by indexDescription Gets the weights of the selected layer by the index of this layer.Input parameters ...
Get All Grad
Get All Grad Description Gets the gradients of all layers contained in the model.Input parameters Model in :...