-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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' has no attribute 'io #6089
Comments
Please provide more information. What commands are you executing so that the behavior occurs? What's your Makefile.config? Do |
@Noiredd I have done the make all,make test and make runtest without any error, also make pycaffe was successful. As It mentioned when I import caffe also no issue. this issue happens when I run a peace of code. below is my maybe i have done something wrong. My Make file: # cuDNN acceleration switch (uncomment to build with cuDNN). # CPU-only switch (uncomment to build without GPU support). # uncomment to disable IO dependencies and corresponding data layers # uncomment to allow MDB_NOLOCK when reading LMDB files (only if necessary) # Uncomment if you're using OpenCV 3 # To customize your choice of compiler, uncomment and set the following. # CUDA directory contains bin/ and lib/ directories that we need. # CUDA architecture setting: going with all of them. # BLAS choice: # Homebrew puts openblas in a directory that is not on the standard search path # This is required only if you will compile the matlab interface. # NOTE: this is required only if you will compile the python interface. # Uncomment to use Python 3 (default is Python 2) # We need to be able to find libpythonX.X.so or .dylib. # Homebrew installs numpy in a non standard path (keg only) # Uncomment to support layers written in Python (will link against Python libs) # Whatever else you find you need goes here. # If Homebrew is installed at a non standard location (for example your home directory) and you use it for general dependencies # NCCL acceleration switch (uncomment to build with NCCL) # Uncomment to use # N.B. both build and distribute dirs are cleared on # Uncomment for debugging. Does not work on OSX due to #171 # The ID of the GPU that 'make runtest' will use to run unit tests. # enable pretty build (comment to see full commands) |
@Noiredd the error happens in this line |
same error here on google Colab |
Did u fix the error im getting same error rn |
any updates? |
这是来自QQ邮箱的假期自动回复邮件。 谢谢,您的邮件已收到,尽快给您回复。
|
您好,邮件已收到,谢谢!
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
I got the same problem on google colab. When I write print(caffe.io) I obtain "module 'caffe' has no attribute 'io' " |
Hi All,
I have got this error bellow:
AttributeError: module 'caffe' has no attribute 'io
though, when i import caffe there is no error in importation.
also, I can see the io.py file in the caffe root/python/caffe
Any advise to solve it?
The text was updated successfully, but these errors were encountered: