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

an error occurs when make pycaffe #10

Closed
Engineering-Course opened this issue Jul 11, 2016 · 2 comments
Closed

an error occurs when make pycaffe #10

Engineering-Course opened this issue Jul 11, 2016 · 2 comments

Comments

@Engineering-Course
Copy link

the python code should import caffe
but when I make pycaffe, an error occurs:

rsync -a --include '/' --include '.py' --exclude '*'
python/caffe/ build_master_release/python/caffe

What' s the problem?
I cloned the caffe from your link fyu/caffe-dilation

@fyu
Copy link
Owner

fyu commented Jul 12, 2016

That's is not an error message. It says that the files under python/caffe/ is copied to ${BUILD_DIR}_${GIT_BRANCH}_release/python/caffe folder. So instead of adding python/caffe/ to PYTHONPATH, you can add ${BUILD_DIR}_${GIT_BRANCH}_release/python/caffe. The benefits of doing this is discussed in readme: https://github.com/fyu/caffe-dilation#build.

@Engineering-Course
Copy link
Author

Solved. Thanks a lot~

@fyu fyu closed this as completed Jul 12, 2016
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