I am trying to get feature vectors from image using cnn(tensorflow). I’ve gone through many stack overflows, but none of them has an answer for my question.
I want to get a outcome matrix of all layers inside the final layer. What I am trying to do is to pre-process image to vector using cnn.
All materials that I’ve looked through said to use model.predict, but that’s not what I want. I want to get a vector that cnn summarized image. Can you give me some thoughts? Pointers, Links and Tutorials (esp. code that I can modify for my purposes) would be greatly appreciated.
Thank you
I’ve looked through many materials, but none of them answer my question. Result of model.predict is not what I want. I want feature vector of image that is summarized by cnn.
Sean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.