I'm getting this error(here) while trainng a convolutional Neural Network in keras. (ipython on Windows 8.1).
I've checked the numpy cofiguration. It says it has blas_mkl but no OpenBLAS. Is blas_mkl not sufficient?
I was trying to install OpenBLAS by following the steps from theano's page (here):
I was not able to compile OpenBLAS with "quickbuild.win32 1>log.txt 2>err.txt" command from MinGW shell/cmd. a dialogue box poped up saying to choose a program to run it.
Hence, couldn't extract libopenblas.dll
And its very unclear as to how to modify the .theanorc or .theanorc.txt
Could someone please help me to install OpenBLAS on windows so that I can work with keras on ipython.