Single node multi GPU training using train_detector #9164
Answered
by
jbwang1997
sarmientoj24
asked this question in
Q&A
-
How to use this API for multi GPU training?
|
Beta Was this translation helpful? Give feedback.
Answered by
jbwang1997
Jun 23, 2022
Replies: 1 comment
-
It needs to set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It needs to set
distributed=True
and set up distribued training to train with multi GPU. You can refer to tools/train.py.