pycox icon indicating copy to clipboard operation
pycox copied to clipboard

Survival analysis with PyTorch

Results 83 pycox issues
Sort by recently updated
recently updated
newest added

Hello, so I've been trying to use Coxtime from your package to do churn analysis, but I'm getting some problems on the output, namely I'm getting the same output, in...

@havakv Hope you're well. Many thanks for still continuing to answer questions on this repo. A relatively quick question I had was the difference between cross-validation (CV) and leave one...

Hi Havard. I am facing a problem for a long time that I can not understand what could be the reason of problem. I used images as inputs to a...

Hi Havard. I have MRI images as Dataset. As I do not have a lot of datasets is it possible to load a pretrained model for segmentation purposes delete some...

First of all, thank you for your great works and your replies !! Can I save and load torchtuple model using `model.save_model_weights() `and `model.load_model_weights() `? It seems possible, however when...

When I train the Deepsurv model with small batch size (64), there is no loss and always early stop ![WX20220127-103418](https://user-images.githubusercontent.com/40010984/151341909-530874f3-5af8-41a9-94d6-fa808a798768.png) However, if I train with larger batch size (1024), it...

Hi @havakv I'm now trying to train `deepsurv` with `pycox`. However, I noted that `deepsurv` is working with CPU and not with GPU, even if I set the parameter `device...

Hi Havard. If I want to add age to the image for making prediction of survival times, What should I do? First in this class should I give age array...