-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Train multiple models in a single GPU on parallel #10204
Comments
Solution #2807 |
Hey @Programmer-RD-AI GitHub issues are for:
GitHub issues are not:
Thanks for your understanding. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #10159
Originally posted by grudloff October 27, 2021
Is there a recommended way of training multiple models in parallel in a single GPU? I tried using joblib's
Parallel
&delayed
but I got aCUDA OOM
with two instances even though a single model uses barely a fourth of the total memory. And is a speedup compared to sequential calling expected?The text was updated successfully, but these errors were encountered: