You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: