-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to do inference by multiple GPUs? #78
Comments
Yes. |
@ZhengMengbin How to set multi GPU to train the model? Can you show me your code? |
@super-wcg please use the following command line for multi-GPU inference.
|
How to choose a specific GPU? |
@LIUhansen please use |
But the dataloader speed is hard to say, i test coco_2017_val, but the tqdm kept as 0%, and when i debug, it seems stucked by enumerate(tqdm(dataloader)). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to using more than one GPU to do inference, what should I do? Using the format as training?
The text was updated successfully, but these errors were encountered: