How can I get the feature vector (the N-1 layer's output before softmax) of an input image from deep model? I am using Microsoft's CNTK deep learning toolkit.
Asked
Active
Viewed 82 times
1 Answers
3
Here is an example that you may want to try out: https://github.com/Microsoft/CNTK/tree/master/Examples/Image/FeatureExtraction

Sayan Pathak
- 870
- 4
- 7