Skip to content
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

深度学习新手 跑代码遇到的问题 #12

Open
wsloxc opened this issue Nov 28, 2024 · 0 comments
Open

深度学习新手 跑代码遇到的问题 #12

wsloxc opened this issue Nov 28, 2024 · 0 comments

Comments

@wsloxc
Copy link

wsloxc commented Nov 28, 2024

在运行GPUS_PER_NODE=8 ./tools/run_dist_launch.sh 8 ./configs/r50_deformable_detr.sh命令时 我是用一个gpu跑的 改为了
GPUS_PER_NODE=1 ./tools/run_dist_launch.sh 1 ./configs/r50_deformable_detr.sh.然后说./configs/r50_deformable_detr.sh文件有问题。

单独bash ./configs/r50_deformable_detr.sh时出现了:
RuntimeError: CUDA error: device-side assert triggered terminate called after throwing an instance of 'c10::Error'
问题

./configs/r50_deformable_detr.sh: line 10: 4774 Aborted (core dumped) python -u /root/MFDS-DETR-main/main.py --output_dir ${EXP_DIR} ${PY_ARGS}
问题

想问一下这是什么问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant