Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting this error #5

Open
raagfrerra opened this issue May 9, 2018 · 1 comment
Open

Getting this error #5

raagfrerra opened this issue May 9, 2018 · 1 comment

Comments

@raagfrerra
Copy link

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

@tjwei
Copy link
Owner

tjwei commented May 25, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants