jaredleekatzman / DeepSurv

DeepSurv is a deep learning approach to survival analysis.
MIT License
566 stars 166 forks source link

struggling to install deepsurv #85

Open kristianunger opened 8 months ago

kristianunger commented 8 months ago

Hi there,

I am struggling to install DeepSurv because of the known Lasagne and Theano issues. Do you provide a Docker image/docker file by any chance?

Best Kristian

krekiehn commented 1 month ago

for the following command solved the problem:

pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip

found here: https://github.com/imatge-upc/salgan/issues/29#issuecomment-391394201