kfkd-tutorial icon indicating copy to clipboard operation
kfkd-tutorial copied to clipboard

Incompatible Versions - assistance?

Open lchutny opened this issue 5 years ago • 1 comments

Used recommended pip install -r https://raw.githubusercontent.com/dnouri/kfkd-tutorial/master/requirements.txt but when running the MNIST example, I get:

AttributeError: ('The following error happened while compiling the node', DotModulo(A, s, m, A2, s2, m2), '\n', "module 'numpy.core.multiarray' has no attribute '_get_ndarray_c_version'")

This appears to be a result of a fix to numpy, which of course is not compatible with the Theano version that must be run in order to use lasagne. I am about ready to cut and run, but it would be nice to see this example running.

Any ideas?

lchutny avatar Jul 15 '19 00:07 lchutny

Sorry about that. You could either try to downgrade Numpy. (Somewhere it says that the breaking change was added in Numpy version 1.16.) Or you can try to upgrade Theano. The former may be easier to do.

dnouri avatar Jul 15 '19 09:07 dnouri