-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: CUDA error: device-side assert triggered #21
Comments
Hello @kawaiiGTR Can you please let me know how many classes you have and if you can provide the your custom dataset YAML file information here? |
I think there is a mismatch in Linear out between Input shape [2,100,92] and the output shape [2.100,114] |
Were you able to solve it? |
I don't know where e.g. what file I need to edit to change the size of the input layer to match the output layer. Could you kindly advise? I have 114 classes not 92.. Cheers! |
Is it possible for you to provide me link to the dataset? I will be able to debug it if I have the dataset. |
Trying to run DETR on custom dataset. When executing the launch command:
The output is:
RuntimeError: CUDA error: device-side assert triggered
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with
TORCH_USE_CUDA_DSA
to enable device-side assertions.After some digging the error either points to class mismatch or problematic activation function. Either way it doesn't seem to work!! :(
Any advise on how to get this working? Cheers!
The text was updated successfully, but these errors were encountered: