bnuzyc91
bnuzyc91
I tried to find a way to use the GPU without modifying the code and since I notice that you have utilized the tensorflow 1.* version for TFDeepSurv. I have...
Thank you so much for the explanation. Now I agree that mini-batch may not be a good idea for the survival analysis especially in the case of a rare event...
I have the same question regarding the range of the risk values I am using below code after the model is trained get_risk=model.predict_risk(train_data["x"]) print(get_risk) for the metabric dataset, the range...