get_dl_model_layer_activationsT_get_dl_model_layer_activationsGetDlModelLayerActivationsGetDlModelLayerActivationsget_dl_model_layer_activations (Operator)
Name
get_dl_model_layer_activationsT_get_dl_model_layer_activationsGetDlModelLayerActivationsGetDlModelLayerActivationsget_dl_model_layer_activations — Get the activations of a Deep Learning model layer.
Signatur
Beschreibung
The operator get_dl_model_layer_activationsget_dl_model_layer_activationsGetDlModelLayerActivationsGetDlModelLayerActivationsGetDlModelLayerActivationsget_dl_model_layer_activations returns in ActivationsActivationsActivationsActivationsactivationsactivations
the activations of the specified LayerNameLayerNameLayerNameLayerNamelayerNamelayer_name of the model
DLModelHandleDLModelHandleDLModelHandleDLModelHandleDLModelHandledlmodel_handle.
ActivationsActivationsActivationsActivationsactivationsactivations is a tuple of batch_size many objects,
where every object is an image having the size
(width, height, depth) of the given LayerNameLayerNameLayerNameLayerNamelayerNamelayer_name.
Ausführungsinformationen
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
Parameter
ActivationsActivationsActivationsActivationsactivationsactivations (output_object) image(-array) → objectHImageHObjectHImageHobject * (real)
Output activations.
DLModelHandleDLModelHandleDLModelHandleDLModelHandleDLModelHandledlmodel_handle (input_control) dl_model → HDlModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the deep learning model.
LayerNameLayerNameLayerNameLayerNamelayerNamelayer_name (input_control) string → HTuplestrHTupleHtuple (string) (string) (HString) (char*)
Layer name.
Modul
Deep Learning Training