Deep-MRI-Reconstruction icon indicating copy to clipboard operation
Deep-MRI-Reconstruction copied to clipboard

lasagne.layers 'prelu'

Open ywangc opened this issue 6 years ago • 5 comments

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

ywangc avatar Jul 16 '18 08:07 ywangc

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

Qianqian3764 avatar Oct 04 '18 04:10 Qianqian3764

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 avatar Feb 07 '19 20:02 edcarruth

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

edcarruth avatar Feb 22 '19 18:02 edcarruth

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. :man_facepalming:

edcarruth avatar Feb 26 '19 21:02 edcarruth

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

songxia928 avatar Feb 24 '20 12:02 songxia928