Load all weights by nameDescription Sets the weights of the layer selected by the name given as input.Input parameters...
HAIBAL Blog
weight
[code_snippet id=14 php=true]
read more
All (Index Array)
Load all weights by indexDescription Sets the weights of the layer selected by the index given as input.Input...
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...