Hello,
I was using TensorFlow and Keras which has a nice and simple option to get the output of the intermediate layer and then I can feed the same data back into the next layer
Is there something similar available in PyTorch without having to retrain the model?
Kind regards,
Greg