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

Where are the trainable variables placed in the "Multi-GPU processing with data parallelism " ? #29

Closed
zhangjcqq opened this issue Jul 18, 2018 · 1 comment

Comments

@zhangjcqq
Copy link

I mean if there are 4 gpus that can be used for data parallelism. Where are the variables placed ? All variables are placed on the gpu:0 or in some kind of other allocation approach?
If all the variables are placed on the gpu0, it seems possible to meet the OOM (Out of Memory
) issue.
Waiting for your reply, thanks!

@vahidk
Copy link
Owner

vahidk commented Jul 18, 2018

Variables are placed on one GPU.

@vahidk vahidk closed this as completed Jul 18, 2018
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