You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: