I want to use the pre-trained model to process several video files, but I don't want to classify them. I only want to extract the properties of the first N layers (2-3 layers) to see if there are differences between the different video files (they are very similar).
After the prediction function, how can I extract the different outputs of the first layers?
Hi all,
I want to use the pre-trained model to process several video files, but I don't want to classify them. I only want to extract the properties of the first N layers (2-3 layers) to see if there are differences between the different video files (they are very similar).
After the prediction function, how can I extract the different outputs of the first layers?
Thank you in advance.