salesforce / BLIP

PyTorch code for BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation
BSD 3-Clause "New" or "Revised" License
4.86k stars 648 forks source link

Pre-training with GPUS #111

Open VincentWangty opened 2 years ago

VincentWangty commented 2 years ago

Hi, when i use the command "python -m torch.distributed.run --nproc_per_node=8 pretrain.py --config ./configs/Pretrain.yaml --output_dir output/Pretrain ". It shows "ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: -9) local_rank: 5 (pid: 1037) of binary: /opt/conda/bin/python3.7", Could you give me some hints? Thanks.

LiJunnan1992 commented 2 years ago

Can I know your GPU settings?

VincentWangty commented 2 years ago

thanks for your reply! I solved it.

ZhuoZhangZhang commented 1 year ago

please,how to solved it?