Hi,
I tried to run classification on my own dataset on colab, unfortunately I have a problem with the GPU, I get this error:
"RuntimeError: CUDA error: device-side assert triggered"
I also deleted pin_memory=torch.cuda.is_available() from the loaders
Here is the code:
https://github.com/Meddebma/pyradiomics/blob/master/Projekt2.ipynb
Could you help me with this?
Thank you
Hi,
I tried to run classification on my own dataset on colab, unfortunately I have a problem with the GPU, I get this error:
"RuntimeError: CUDA error: device-side assert triggered"
I also deleted pin_memory=torch.cuda.is_available() from the loaders
Here is the code:
https://github.com/Meddebma/pyradiomics/blob/master/Projekt2.ipynb
Could you help me with this?
Thank you