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
Without cuda, you can try some along the line like replacing from lasagne.layers.dnn import Conv2DDNNLayer with from lasagne.layers import Conv2DLayer as Conv2DDNNLayer.
I have not tried these yet.
ImportError Traceback (most recent call last)
in ()
----> 1 from lasagne.layers.dnn import Conv2DLayer
2 from lasagne.regularization import regularize_network_params, l1, l2, regularize_layer_params_weighted
~\Anaconda3\lib\site-packages\lasagne\layers\dnn.py in ()
40 else:
41 raise ImportError(
---> 42 "requires GPU support -- see http://lasagne.readthedocs.org/en/"
43 "latest/user/installation.html#gpu-support") # pragma: no cover
44
ImportError: requires GPU support -- see http://lasagne.readthedocs.org/en/latest/user/installation.html#gpu-support
The text was updated successfully, but these errors were encountered: