Set store gradient by nameDescription Sets the boolean "store_gradient ? " of the layer selected by the name given as...
HAIBAL Blog
[code_snippet id=14 php=true]
Individual by index
Set store gradient by indexDescription Sets the boolean "store_gradient ? " of the layer selected by the index given...
All Store
Set all store gradientDescription Sets the boolean "store_gradient ? " of all layers contained in the model. If the...
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 :...