TensorFlowSharp icon indicating copy to clipboard operation
TensorFlowSharp copied to clipboard

Receive values from Intermediate layers of a model

Open PanMig opened this issue 5 years ago • 1 comments

Hello all,

I would like to know if it's possible to retrieve the values from intermediate layers in the model rather than the output layer. To be more specific I am loading a model (Resnet) and I want to use the values of the convolution layers (a flat vector) that is passed later on to another model. Is this possible or only the output layer can be extracted ?

Thank you in advance

PanMig avatar Jul 16 '19 14:07 PanMig

I am interested in this aswell

cBogdan96 avatar Jul 17 '20 08:07 cBogdan96