Hi, I'm a beginner of pytorch and monai,I have a question about how to extract the high level features of 2D image (eg:after multil layers convolutions), for example , if I use resnet to classification, but I only need the data of the layer befor FC(Full connect), should manual edit the resnet or have other method to resolve my problems. thanks for answer my question.