PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.6k stars 2.86k forks source link

ppdet单卡训练正常,多卡报错了 #8506

Open wulele2 opened 1 year ago

wulele2 commented 1 year ago

问题确认 Search before asking

请提出你的问题 Please ask your question

import paddle paddle.utils.run_check() Running verify PaddlePaddle program ... W0803 13:28:02.269632 24891 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 8.6, Driver API Version: 11.6, Runtime API Version: 11.1 W0803 13:28:03.951545 24891 gpu_resources.cc:91] device: 0, cuDNN Version: 8.0. PaddlePaddle works well on 1 GPU. /opt/conda/envs/openmmlab/lib/python3.8/site-packages/paddle/fluid/executor.py:1583: UserWarning: Standalone executor is not used for data parallel warnings.warn( W0803 13:28:37.920590 24891 parallel_executor.cc:666] Cannot enable P2P access from 0 to 1 W0803 13:28:37.920619 24891 parallel_executor.cc:666] Cannot enable P2P access from 1 to 0

lyuwenyu commented 6 months ago

多卡 还是多机?