-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Problem installing caffe for digits #46
Comments
vanilla version of caffe compiled just fine |
Having trouble with the make all command. Any ideas? ~/caffe$ make all |
@Tutufa, Mac is not technically a supported OS, as seen here. However, Rudolph seems to have had some luck with it (see #32 and #33). In your case, it looks like the shared objects aren't being created correctly, as the libraries should end with @cicero19, your problem is unrelated. It seems like you need to either install cuDNN or turn off the |
The only two issues I ran into was #32 and #33 and the workarounds discussed in those threads fixed the problems. Caffe (ver 0.10.0) installed and tested fine with cuDNN. I followed the installation instructions from here. I'm running the developer seed of Mac OS X 10.10.3 and the latest corresponding drivers from NVIDIA (NVIDIA Web Driver: 343.02.03b04, CUDA 7.0.35 (CUDA Driver Version: 7.0.29, GPU Driver Version 10.3.5 (343.02.03b4)). |
@lukeyeager thanks, I figured out that issue. I was able to start digits but it was unable to find my GPU: Something went wrong when loading libcudart.so How do I fix this libcudart.so error? When I do make runtest on caffe it tells me: CUDA driver version is insufficient for CUDA runtime version. In my usr/local folder I have one folder named cuda and another named cuda-7.0. Not sure which one it is using. |
It sounds like you need to update your driver. If that doesn't work for you, make sure you have the latest changes for DIGITS that include the bugfix for #33. |
I updated the driver with Now Digits doesn't start. I checked the file from #33 but I am not on a Mac so not sure how it is applicable. | ()/ __()_ / _| OSError: libcudart.so: cannot open shared object file: No such file or directory |
Oh sorry. You really should have put this in a separate issue, I got your issue mixed up with Tutufa's. As it says in the output you pasted above:
You're looking for something like this:
|
@lukeyeager No, I use vanilla caffe currently, runs fine. But nvidia brunch gives same mistake, when I try to do make runtest: Kovalenkos-MacBook-Pro:caffe_nvidia kovalenko$ make runtest Quite sad, digits looks very sexy on webinar I watched few days ago. |
Indeed. @moconnor725, can you help figure out how to fix this on OS X? A hacky solution is fine for now until we fix up the cmake build. |
Yes, I was able to resolve my issue with a graphics driver update and updated CUDA driver. Thanks for your fast and helpful support. Keep up the good work! |
I migrated to AWS + ubuntu, digits runs fine so far. Thanks to all, hope os x version will arrive soon (-: |
I finished all the install steps. However, the results is totally failed.
|
See #54 (comment), #8 (comment) or even #46 (comment) (above). I've updated the install instructions now to include this step. |
Hi, Im tryning to compile Nvidia-Caffe to run DIGITS on Mac (OSX 10.10.3)
@lukeyeager is there any known solutions yet? P.S. I'm not familiar with Caffe or DIGITS, plain noob |
Can you try the CMake build instead of the Make build? I've been meaning to get around to investigating this issue, but I've been busy with other things. |
@lukeyeager I tried with CMake - worked! thanks. |
@lukeyeager okay, I got another problem:
edit: actually, this error look very similar to the original error of @Tutufa and mine (that the cake installation solved for 'make all') |
The correct way to use CMake is: mkdir build && cd build
cmake ..
make |
@lukeyeager Thanks, I'm using the GUI version of CMake, so I guessed that 'cmake ..' is replaced by clicking 'Generate' while 'Where to build binaries' is pointing to 'caffe/build', am I right?
the parameters I used in CMake:
|
Sounds right to me.
Whoops, nevermind on the "make py". I've updated my instructions above. For me, when I run
Does it not build for you? Check and see if |
@lukeyeager it does, |
Hi, Im trying to install nvidia's version of caffe, with steps provided here, and everything works, until I run: make runtest, it outputs this:
.build_release/tools/caffe
dyld: Library not loaded: libcaffe-nv.so.0
Referenced from: /Users/caffeteria/caffe/.build_release/tools/caffe
Reason: image not found
make: *** [runtest] Trace/BPT trap: 5
can anyone help how to solve this?
OS 10.10.2, I mostly used brew and pip
The text was updated successfully, but these errors were encountered: