WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.——–>HELP!

Hello,
I am trying to run a pymc3 script for parameter estimation. It is giving me these warnings:
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
I am using python ---- 2.7
pymc----2019.3.1
theano ---- 1.0.4 versions.
I am fairly new to coding and need some help to resolve this.
Any help is much appreciated.
Thank you.

As far as I can tell this only lets you know that the library that does the linear algebra in the background is using a fall back implementation (you probably don’t have BLAS properly set up). If sampling is still quick enough for you, you could simply ignore the warning.

1 Like

Look at this.