sergivalverde / cnn-ms-lesion-segmentation

MS lesion segmentation using cascaded 3D convolutional neural networks
GNU General Public License v3.0
42 stars 24 forks source link

requirements.txt errors #6

Closed fragalassi closed 6 years ago

fragalassi commented 6 years ago

Hello,

I was not able to simply run pip install on the requirements file because some versions were not found. Maybe they have been updated or changed and thus not available anymore?

I have now latest version for Lasagne, etc. However, as you may expect, some issues come out. It says that theano.sandobox... gives error. I'm not really capable to find out where and what to change to make it work. Any idea what to do? Thank you very much in advance.

sergivalverde commented 6 years ago

Can you elaborate a little bit more on the output returned by pip?

Thanks, s

fragalassi commented 6 years ago

It is ok now, it was a matter of finding the right versions and compatibilities for upgraded libraries.