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.82k stars 2.89k forks source link

window系统是不是不支持pp-picodet模型多卡训练? #4945

Open LMR2018 opened 2 years ago

LMR2018 commented 2 years ago

window系统是不是不支持pp-picodet模型多卡训练?

yghstill commented 2 years ago

@LMR2018 支持的哈

LMR2018 commented 2 years ago

@yghstill 那window系统怎么多卡训练啊?能详细说下吗?

yghstill commented 2 years ago

@LMR2018 看下详细的使用文档教程哈:https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.3/README_cn.md#%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B

LMR2018 commented 2 years ago

@LMR2018 看下详细的使用文档教程哈:https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.3/README_cn.md#%E5%85%A5%E9%97%A8%E6%95%99%E7%A8%8B

@yghstill window多卡训练python -m paddle.distributed.launch --gpus 0,1 tools/train.py -c configs/picodet/picodet_s_320_coco.yml --eval 出现这个错误 AttributeError: module 'paddle.fluid.core_avx' has no attribute 'NCCLParallelContext ,怎么解决?