activations
Class: dlhdl.Simulator
Namespace: dlhdl
Syntax
Description
activations(
returns intermediate layer activation data results for the image data in
simulatorObject,image,layername)image and the name of the layer specified in
layername. The result size depends on the output size of the layer.
The layer output size can be retrieved by using the analyzeNetwork function.
stores the intermediate layer activation data results for the image data in
result = activations(simulatorObject,image,layername)image and the name of the layer specified in
layername in result. The result size depends on
the output size of the layer. The layer output size can be retrieved by using the analyzeNetwork function.