jaredleekatzman / DeepSurv

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

No module named 'deep_surv' #48

Closed MohdSafwanAhmad closed 5 years ago

MohdSafwanAhmad commented 5 years ago

As I try to run DeepSurv Example.ipynb, I get the following error:

Traceback (most recent call last): File "D:\Thesis\DeepSurv\deepsurv_eg.py", line 4, in import deep_surv ModuleNotFoundError: No module named 'deep_surv' [Finished in 0.1s with exit code 1]

I have the updated versions of Theano and Lasagne installed.

Huaichao2018 commented 4 years ago

i also have this issue, do you have solve it.

AtzeniMichele commented 2 years ago

I have the same issue, how did you solve it?