-
Hi, I tried to run classification on my own dataset on colab, unfortunately I have a problem with the GPU, I get this error: Here is the code: Could you help me with this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 21 replies
-
Hi @Meddebma, I moved your tutorials issue to a discussion on the main repository. I think CUDA side-assert errors can occur when, for example, indexing out of range. In this case, I think debugging can be done by working on the CPU. I know this will be slow, but hopefully you'll have to run it for the first epoch. You can make your images considerably smaller (even 2d) if that would help. |
Beta Was this translation helpful? Give feedback.
Hi @Meddebma, I moved your tutorials issue to a discussion on the main repository. I think CUDA side-assert errors can occur when, for example, indexing out of range. In this case, I think debugging can be done by working on the CPU. I know this will be slow, but hopefully you'll have to run it for the first epoch. You can make your images considerably smaller (even 2d) if that would help.