facebookresearch/maskrcnn-benchmark

why only one gpu be used when I launch mutil gpu train?

オープン

#325 opened on 2019/01/08

 (10 件のコメント) (0 件のリアクション) (0 人の担当者)Python (2,574 件のフォーク)batch import
awaiting responsehelp wanted

Repository metrics

Stars
 (9,161 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

❓ Questions and Help

when I launch multi gpu train use this command:

python -m torch.distributed.launch --nproc_per_node=2 /path_to_maskrcnn_benchmark/tools/train_net.py --config-file "path/to/config/file.yaml"

and it's run in docker container env, there are have two p40 in docker, but it seems that only one GPU is being used. image

and there are actually two processes running image

What could be the reason?

コントリビューターガイド