Also, I have Anaconda and Winpython installed, I have installed winpython like in the deeplearning tutorial and Anaconda is installed in users (Windows).
El jueves, 6 de octubre de 2016, 10:41:00 (UTC+2), Beatriz G. escribió: > > Hi eveyone, I have just installed theano in my computer in windows and I > am able to import theano, but when I have tried to import downsample module > and I have gotten the following warning and error: > > WARNING (theano.tensor.blas): Failed to import scipy.linalg.blas, and > Theano flag blas.ldflags is empty. Falling back on slower implementations > for dot(matrix, vector), dot(vector, matrix) and dot(vector, vector) (No > module named scipy.linalg.blas) > Traceback (most recent call last): > File "C:/Users/FRAV/Desktop/Beatriz/CASIA_VDEO_LENET/casia_Lenet.py", > line 10, in <module> > from theano.tensor.signal import downsample > ImportError: cannot import name downsample > > Process finished with exit code 1 > > > Anyone could help me? > > The code in my ubuntu laptop works fine. > -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
