DeepSurv
DeepSurv copied to clipboard
struggling to install deepsurv
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
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
Even after successfully installing the Lasagne package, I still cannot install deepsurv correctly after spending 6 hours on this. Has anyone installed deepsurv and been able to run the example in the notebooks folder successfully?
Even after successfully installing the Lasagne package, I still cannot install deepsurv correctly after spending 6 hours on this. Has anyone installed deepsurv and been able to run the example in the notebooks folder successfully?
I had the same issue but then I found out that we can install deepsurv using pip install deepsurv
Oh no, the moment I typed import deepsurv
and ran it, I got into an error. It looks like the library was written in Python 2? And I don't think anyone is maintaining the library now (hope that I am wrong).
print '[INFO] Training CoxMLP'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?