RuntimeError: CUDA error: device-side assert triggered #3585
Unanswered
Karthikeyan-Ram
asked this question in
Q&A
Replies: 1 comment
-
Do you have a small script to reproduce? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
while running the following code in colab pro (either GPU or TPU), getting the error.
"RuntimeError: CUDA error: device-side assert triggered"
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
data = data.to(device)
Beta Was this translation helpful? Give feedback.
All reactions