We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在运行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} 问题
想问一下这是什么问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在运行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}
问题
想问一下这是什么问题
The text was updated successfully, but these errors were encountered: