migueldeicaza / TensorFlowSharp

TensorFlow API for .NET languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receive values from Intermediate layers of a model

PanMig opened this issue · 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

I am interested in this aswell