Skip to content
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 I cannot get 4096D feature vector #1

Open
maohui opened this issue Jul 26, 2016 · 0 comments
Open

Why I cannot get 4096D feature vector #1

maohui opened this issue Jul 26, 2016 · 0 comments

Comments

@maohui
Copy link

maohui commented Jul 26, 2016

Hello,

Thanks for your code. I want to get 4096D feature vectors and train my SVM classifier. But when I ran the code, I always got the softmax results.
(1, 1000)
985


model.layers.pop()
model.layers.pop()

out = model.predict(im)
print out.shape
print np.argmax(out)


It seems that model.layers.pop() did not succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant