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

caffe::Net<float> *_net cann't use "Reshape()" method #4

Closed
zhaoxiangyulove opened this issue Feb 23, 2017 · 1 comment
Closed

caffe::Net<float> *_net cann't use "Reshape()" method #4

zhaoxiangyulove opened this issue Feb 23, 2017 · 1 comment

Comments

@zhaoxiangyulove
Copy link

hi @solrex ,it's me!
When I use the example of iOS,I try to use _net to call "Reshape()",it will be error with logs:
Undefined symbols for architecture arm64:
"caffe::Net::Reshape()", referenced from:
-[ViewController RunCaffeModel:] in ViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I don't know how to fix it. Maybe libcaffe.a not contain net.cpp?
May you share how to build caffe for iOS?

@solrex
Copy link
Owner

solrex commented Feb 23, 2017

Sorry. It was my mistake to commented caffe::Net::Reshape() function out. git pull and rebuild plz.

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