0

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.

Avi Thaker
  • 455
  • 3
  • 10

1 Answers1

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