Get all weights shapeDescription Gets the form of the weights of every layer contained in the model.Input parameters...
HAIBAL Blog
[code_snippet id=14 php=true]
Output by name
Get output shape by nameDescription Gets the output size of the layer selected by the name given as input.Input...
Output by index
Get output shape by indexDescription Gets the output size of the layer selected by the index given as input.Input...
All Outputs
Get all outputs shapeDescription Gets the output size of each layer contained in the model.Input parameters ...
Input by name
Get input shape by nameDescription Gets the input size of the layer selected by the name given as input.Input...
Input by index
Get input shape by indexDescription Gets the input size of the layer selected by the index given as input.Input...
All Inputs
Get all inputs shapeDescription Gets the input size of each layer contained in the model.Input parameters Model...
All Outputs Layers
All outputs layers shapeDescription Gets the output form of the model.Input parameters Model in : model...
All Inputs Layers
Get all inputs layers shapeDescription Gets the input form of the model.Input parameters Model in : model...