How do i know which target layer i should look at if i want to find out the closest image output to what the model is predicting whenever it sees an image?
Currently the default target layer for cls is model.model.model[-2], is there a reason for that?
How do i know which target layer i should look at if i want to find out the closest image output to what the model is predicting whenever it sees an image?
Currently the default target layer for cls is model.model.model[-2], is there a reason for that?