UrsoNet icon indicating copy to clipboard operation
UrsoNet copied to clipboard

Multi-GPU Support

Open robin-shaun opened this issue 3 years ago • 0 comments

Hello, I want to use multi-GPU but no mrcnn module is in the project. I wonder whether multi-GPU is supported. Thanks a lot. # Add multi-GPU support. # if config.GPU_COUNT > 1: # from mrcnn.parallel_model import ParallelModel # model = ParallelModel(model, config.GPU_COUNT)

robin-shaun avatar Aug 25 '21 10:08 robin-shaun