MarSaKi / VLN-BEVBert

[ICCV 2023} Official repo of "BEVBert: Multimodal Map Pre-training for Language-guided Navigation"
184 stars 5 forks source link

torch.distributed.elastic.multiprocessing.errors.ChildFailedError: run.py FAILED #19

Open dongxinfeng1 opened 4 months ago

dongxinfeng1 commented 4 months ago

When I try to run train R2R-CE "CUDA_VISIBLE_DEVICES=0,1,2,3 bash run_r2r/main.bash train 2333 ", I encounter this problem, do you have any suggestions? 1720326384001 1720326426269 1720326464049

MarSaKi commented 4 months ago

Hi, It looks like a problem of "VectorEnv" of Habitat-lab, you should change the python version to 3.6.

dongxinfeng1 commented 4 months ago

Hi, It looks like a problem of "VectorEnv" of Habitat-lab, you should change the python version to 3.6.

OK, thanks for your reply! I will have a try.