semantic-segmentation-pytorch icon indicating copy to clipboard operation
semantic-segmentation-pytorch copied to clipboard

Inference on multiple gpus

Open Aradhya0510 opened this issue 5 years ago • 1 comments

Is it possible to perform inference/test on multiple gpus. Right now the test script seems to accepts only one gpu id and testing on large dataset is very slow.

Aradhya0510 avatar May 10 '19 17:05 Aradhya0510

Yes, it should be very straight forward if you write a script similar to eval_multipro.py, which is for multi-gpu evaluation.

hangzhaomit avatar Jul 24 '19 20:07 hangzhaomit