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

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