-
Notifications
You must be signed in to change notification settings - Fork 18
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
设备端断言问题 #20
Comments
这个我没碰到过。你跑的什么实验呢?refer to https://stackoverflow.com/questions/51691563/cuda-runtime-error-59-device-side-assert-triggered, 检查一下你的数据集的label和对应config里的设置? |
我跑的就是voc2012的数据集
…---原始邮件---
发件人: "Zhen ***@***.***>
发送时间: 2024年3月7日(周四) 上午9:46
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [ZhenZHAO/AugSeg] 设备端断言问题 (Issue #20)
这个我没碰到过。你跑的什么实验呢?refer to https://stackoverflow.com/questions/51691563/cuda-runtime-error-59-device-side-assert-triggered, 检查一下你的数据集的label和对应config里的设置?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
感谢您的回复,我再去仔细检查一遍 |
请问你排查出问题了吗?我也遇到这个问题了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
作者您好,我在运行的时候出现如下问题:
RuntimeError: CUDA error: device-side assert triggered
Compile with
TORCH_USE_CUDA_DSA
to enable device-side assertions.请问应该如何解决
The text was updated successfully, but these errors were encountered: