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

Some questions about Multi-GPUs #5

Closed
zyoungDL opened this issue Oct 14, 2020 · 1 comment
Closed

Some questions about Multi-GPUs #5

zyoungDL opened this issue Oct 14, 2020 · 1 comment

Comments

@zyoungDL
Copy link
Contributor

Thanks for sharing your excellent work, but I have a question if I want to run this code with multi-GPUs, how can I modify the code?
By the way, what's your GPU using for training this network, Tesla V100 or others?

@Na-Z
Copy link
Owner

Na-Z commented Oct 14, 2020

Thanks for sharing your excellent work, but I have a question if I want to run this code with multi-GPUs, how can I modify the code?

You can leverage Data Parallelism in pytorch to employ multi-gpu. Please refer to https://pytorch.org/tutorials/beginner/former_torchies/parallelism_tutorial.html for the usage.

By the way, what's your GPU using for training this network, Tesla V100 or others?

We used NVIDIA GTX 1080Ti to train our model.

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