MIC-DKFZ / BraTS2017

Apache License 2.0
74 stars 16 forks source link

ImportError: cannot import name downsample #2

Closed pykao closed 6 years ago

pykao commented 6 years ago

Hello, Could you tell me what version of theano and lasagne you used? I tried to run python train_network.py 0, and it gave me an error: ImportError: cannot import name downsample

My version theano is 1.0.1, and lasagne is 0.1.

Thank you, Po-Yu

pykao commented 6 years ago

I upgraded my lasagne to 0.2.dev1 and it solved my problem. pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip

FabianIsensee commented 6 years ago

Glad you could solve the issue! Regards, Fabian