Hello, I couldn’t find an answer.
Considering I have a model like resnet, and I would like to receive the output. But, instead of inserting a feature vector to the begining, I would like to insert the feature vector to a specific layer of the model. by this, I’m avoiding few starting layers of the network.
is it possible? without creating a new model?
Thanks in advance!