-
Notifications
You must be signed in to change notification settings - Fork 155
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
Multi-GPU usage #95
Comments
How did you try to run training on multiple GPUs? Can you share the script you ran? For example with Isaac Gym you can run it as: ```
|
OK, I think that's the expected behavior, when MAX_EPOCHS have been reached and the root terminates. |
Thanks for the update.We will take a look how remove this message on terminate. |
I am getting the same error. How can I bypass this? |
You can ignore this for now, since it doesn't affect the training. It is just a message on terminate, which they will probably remove. |
In my case, the code stops after this message and the training doesn't continue. |
Could you show a whole error callstack? |
I've found what causes this issue: only rank 0 process checked number of epochs. Ill make a fix in a few days. |
I've found 3 small issues:
|
Is this tested for multi instances or only multi GPUs on one instance? Since I had issues for multi instances. |
It was tested on a single node, up to 8 GPUs with Isaac Gym. Each instance of Isaac Gym was running on its own GPU. |
How can I use multiple GPUs for simulation and training? I am enabling horovod but it seems that it can only use one device.
The text was updated successfully, but these errors were encountered: