-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why logits is the feature? #8
Comments
@Amitayus I believe that the feature vector that you call to be extracted depends on the ultimate usage of the feature vector. In this case, the Logits feature vector is effectively a probability distribution among the 1000 possible objects that can be extracted from the image @tomrunia How would one extract a feature vector from somewhere earlier in the network? For example, the final convolutional layer? |
@alexandercameronh You can just set the command line parameter |
@alexandercameronh To my understand, if the Logits output is regarded as feature vector, then there is no need for the existing of classifier. Feature vector should be independent of the specific classification tasks. |
@tomrunia Hello,I want to use the eigenvector of the image in conjunction with the text, which layers should I extract? |
@bkwwangjie did you figure out the answer to this? If so, which layer(s) did you extract? |
@alexandercameronh I remove the fully connected layer (regrading as classifier) and extract vector of |
@Amitayus Could please show the code? |
Thank you for your sharing. In your Usage introduction, Logits layer of Inception-v4 is exacted as feature using example_feat_extract.py. I wonder that why the logits is the feature be extracted?
The text was updated successfully, but these errors were encountered: