Skip to content
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

Run on only 1 GPU, how to run on all the 4 available GPUs #19

Closed
pramodkp opened this issue Aug 16, 2021 · 1 comment
Closed

Run on only 1 GPU, how to run on all the 4 available GPUs #19

pramodkp opened this issue Aug 16, 2021 · 1 comment

Comments

@pramodkp
Copy link

Model training and molecule generation run only on single GPU even if 4 GPUs are available.
How to run on all the GPUs available.

@topazape
Copy link
Owner

As you said, the Model only uses one GPU.
To be able to use multiple GPUs, it seems to use tf.distribute.MirroredStrategy().
But I don't have a GPU, so I can't test it.
If you can run it on multiple GPUs, please PR it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants