We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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_; ^~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Maybe adding boost:: to the shared_ptr could help.
boost::
shared_ptr
Sorry, something went wrong.
Yeah, I will try. Thank you
No branches or pull requests
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_;
^~~~~~~~~~
The text was updated successfully, but these errors were encountered: