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

Fix for Typo + Theano Warning #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

vvmurthy
Copy link

Two changes:

  1. The argument to .theanorc is ldflags so that was changed as a result.

  2. Theano throws a warning:

WARNING (theano.tensor.blas): We did not found a dynamic library into the library_dir of the library we use for blas. If you use ATLAS, make sure to compile it with dynamics library.

This fixes the warning.

@wenjie2wang
Copy link

I also found this typo. FYI, changing \n[blas]\nldflag = -L/usr/lib/openblas-base -lopenblas \ to \n[blas]\nldflags = -L/usr/lib/openblas-base -lblas \ also makes the warning disappear.

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

Successfully merging this pull request may close these issues.

2 participants