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

lasagne.layers 'prelu' #3

Open
ywangc opened this issue Jul 16, 2018 · 5 comments
Open

lasagne.layers 'prelu' #3

ywangc opened this issue Jul 16, 2018 · 5 comments

Comments

@ywangc
Copy link

ywangc commented Jul 16, 2018

can't execute ''from lasagne.layers import prelu''
in your requirement txt, you said lasagne==v0.2, but I can just find v0.1

@Qianqian3764
Copy link

I manually installed lasagne==v0.2 and solved this issue

@edcarruth
Copy link

I manually installed lasagne==v0.2 and solved this issue

Hi @duqq, where did you get lasagne v0.2? Like @ywangc above, I can only find v0.1.

@edcarruth
Copy link

edcarruth commented Feb 22, 2019

@js3611 can you explain where lasagne v0.2 might be found? Any help would be great.

@edcarruth
Copy link

For anyone else who might have this issue, lasagne v0.2.dev1 can be manually installed at this link
Not sure why it took me so long to find it. 🤦‍♂️

@songxia928
Copy link

I installed v2.0 and solved this issue:

down and install (下载,安装)

git clone https://github.com/Lasagne/Lasagne
cd Lasagne
pip install -r requirements.txt
python setup.py install

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

4 participants