-
Notifications
You must be signed in to change notification settings - Fork 507
make test error #2
Comments
@whjxnyzh Thanks for the post. I have fixed the backward comparability with old Blob calls. Please try it again. |
@dutran I try again. but this time......
|
It works fine on mine. Which CUDA are you using? Mine is 5.5. Looks like this is problem comes from CUDA. |
In caffe installation document.
|
I googled it. It seems your gcc and nvcc are not compatible. Anyway, try the below hack: http://stackoverflow.com/questions/28985551/caffe-installation-in-ubuntu-14-04 (minor change in caffe/include/caffe/util/math_functions.hpp) |
@dutran Thank you very much. I will try it tomorrow. ps: your paper is great. |
@dutran In
to
so I make test successfully.
|
@whjxnyzh Try it again now. Please make clean, then compile again, then test. Thanks |
@dutran Great! it worked!!! Thank you very much!!! |
Glad to hear! Cheers. |
I follow the caffe install step. but error in make test
Thank you very much
The text was updated successfully, but these errors were encountered: