问题描述 Please describe your issue
PaddleSeg版本:PaddleSeg 2.5/2.6
PaddlePaddle版本:PaddlePaddle 2.3.2
操作系统信息:Linux
Python版本号:Python3.8
CUDA/cuDNN版本:CUDA11.2/cuDNN 8.2
按照多卡训练的流程:
export CUDA_VISIBLE_DEVICES=0,1,2,3 # 设置4张可用的卡
python -m paddle.distributed.launch train.py
出现下面的情况,是什么原因呢?
9条答案
按热度按时间iszxjhcz1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API , FAQ , Github Issue and AI community to get the answer.Have a nice day!
laik7k3q2#
补充下:我跑的是pp_liteseg,单卡可以,多卡就报这样的错
ecfdbz9o3#
单卡不涉及通信,所以不会报错。
麻烦再贴一下完整的报错栈信息。
或者将_C_ops.c_allreduce_sum_修改成paddle._legacy_C_ops.c_allreduce_sum_试试
zaqlnxep4#
这样信息是否可以
zysjyyx45#
这样信息是否可以
4szc88ey6#
efzxgjgh7#
修改之后会报错:no attribute '_legacy_C_ops'
gzjq41n48#
建议源码重新编译一下paddle whl包,可以参考链接: https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/compile/linux-compile.html
nukf8bse9#
cannot enable p2p?
是因为这个吗