When I want to import:
from nolearn.lasagne import NeuralNet
I always got this error
"cannot import name mse".
My Theano version is 0.7.0.
When I want to import:
from nolearn.lasagne import NeuralNet
I always got this error
"cannot import name mse".
My Theano version is 0.7.0.
Copyright © 2021 Jogjafile Inc.
I uninstalled nolearn and lasagne:
And then run following in command line:
Now it works.