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

fail on import caffe #6285

Closed
Shuwrood-SSW opened this issue Mar 9, 2018 · 2 comments
Closed

fail on import caffe #6285

Shuwrood-SSW opened this issue Mar 9, 2018 · 2 comments

Comments

@Shuwrood-SSW
Copy link

i installed caffe following the tutorial (#1667) .

git clone git@github.com:BVLC/caffe.git.
cd caffe && mkdir cmake_build && cd cmake_build
cmake .. -DBUILD_SHARED_LIB=ON

cmake . -DCMAKE_BUILD_TYPE=Debug # switch to debug
make -j 12 && make install # installs by default to build_dir/install
cmake . -DCMAKE_BUILD_TYPE=Release # switch to release
make -j 12 && make install # doesn’t overwrite debug install
make symlink

Everything is ok on c++ API, however I got an error on pcaffe testing saying:

import caffe
import: unable to open image `caffe': 是一个目录 @ error/blob.c/OpenBlob/2712

@Shuwrood-SSW
Copy link
Author

i have solved it

@Noiredd
Copy link
Member

Noiredd commented Mar 10, 2018

@shuweiShen Could you share your solution with us and then close the issue?

@Noiredd Noiredd closed this as completed Aug 17, 2018
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