Replies: 1 comment 2 replies
-
The example training script (https://detectron2.readthedocs.io/en/latest/tutorials/getting_started.html#training-evaluation-in-command-line) supports training with >1 GPUs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Is it possible to train Detecrton2 models using data parallel pytroch module (i.e. training model using multiple gpus)?
If not I think this should be high priority feature! since we want to speed up training and use HD images in combination with heavyweight models which won't run on single GPU due to memory issues.
If indeed this is impossible in the current version it there any workaround to make it work?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions