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

useDeepFeature为1的话,运行到net.reset(new Net<float>(proto, TEST))出就会退出。 #21

Open
zse159852 opened this issue Oct 6, 2018 · 1 comment

Comments

@zse159852
Copy link

zse159852 commented Oct 6, 2018

useDeepFeature=0能正常运行,这时候的特征是hog还是hog+cn?

@SpaceView
Copy link

SpaceView commented Oct 12, 2018

in your case it should be hog。
The reason for exit is that your lib is not linked correctly. On windows static libs didn't link the static definitions when not referenced. please refer to the answer from willyd from the below link,
BVLC/caffe#4746
PS: 退出的原因是你的caffe没有静态链接。因为在windows的static项目中没有显示引用的静态变量不会被链接(编译器链接器不报错不代表你链接成功了)。

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

2 participants