-
Notifications
You must be signed in to change notification settings - Fork 104
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
lasagne.layers 'prelu' #3
Comments
I manually installed lasagne==v0.2 and solved this issue |
@js3611 can you explain where lasagne v0.2 might be found? Any help would be great. |
For anyone else who might have this issue, lasagne v0.2.dev1 can be manually installed at this link |
I installed v2.0 and solved this issue: down and install (下载,安装)git clone https://github.com/Lasagne/Lasagne |
can't execute ''from lasagne.layers import prelu''
in your requirement txt, you said lasagne==v0.2, but I can just find v0.1
The text was updated successfully, but these errors were encountered: