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

Any solution for this error? #8

Open
BakingBrains opened this issue Dec 30, 2020 · 2 comments
Open

Any solution for this error? #8

BakingBrains opened this issue Dec 30, 2020 · 2 comments

Comments

@BakingBrains
Copy link

CXX tools/caffe.cpp
CXX tools/test_net.cpp
CXX tools/finetune_net.cpp
CXX examples/TextField/inference.cpp
CXX .build_release/src/caffe/proto/caffe.pb.cc
examples/TextField/inference.cpp: In function ‘int main(int, char**)’:
examples/TextField/inference.cpp:43:3: error: reference to ‘shared_ptr’ is ambiguous
shared_ptr <Net> net_;
^~~~~~~~~~

@YukangWang
Copy link
Owner

Maybe adding boost:: to the shared_ptr could help.

@BakingBrains
Copy link
Author

Yeah, I will try. Thank you

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