PaddlePaddle / PaddleSeg

Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting, 3D Segmentation, etc.
https://arxiv.org/abs/2101.06175
Apache License 2.0
8.69k stars 1.68k forks source link

分布式训练报错 #3469

Closed zyegao closed 8 months ago

zyegao commented 1 year ago

问题确认 Search before asking

Bug描述 Describe the Bug

通过文档中说的分布式方法,在AI Studio项目中运行报错 运行 export CUDA_VISIBLE_DEVICES=0,1,2,3 # 设置4张可用的卡 python -m paddle.distributed.launch tools/train.py \ --config configs/quick_start/pp_liteseg_optic_disc_512x512_1k.yml \ --do_eval \ --use_vdl \ --save_interval 500 \ --save_dir output

后报错 image

复现环境 Environment

image

paddleseg : 2.8

Bug描述确认 Bug description confirmation

是否愿意提交PR? Are you willing to submit a PR?

Asthestarsfalll commented 1 year ago

可以给paddle仓库提issue看看

shiyutang commented 1 year ago

看上去属于环境问题。