-
Notifications
You must be signed in to change notification settings - Fork 249
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
Issue with linking #20
Comments
Whats the solution?? |
I just used gcc5.3 and cuda from official repository. All works well. |
Thanks, all works now |
Hi @ra1995 what is the change you have made? |
I don't remember the exact solution, but it had something to do with hdf5 library. I use the bvlc caffe master branch now, it has the necessary lstm layers. You can try building that, didn't give any errors for me. |
Hello, i installed caffe without any problem but when i'm trying to build caffe-lstm i have next issues:
I set blas to openblas like cmake -DBLAS=open ../caffe-lstm/ and fixed in make.config file BLAS := open
Doing it on archlinux
any solution?
The text was updated successfully, but these errors were encountered: