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

Add choice to use multi-gpu (data parallel) #30

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Add choice to use multi-gpu (data parallel) #30

wants to merge 8 commits into from

Conversation

fiarabbit
Copy link

The original code just occupy multiple GPUs but actually did use only one GPU.
I modified model.lua and made it possble to use multi-GPU by introducing nn.DataParallelTable.

@skyz8421
Copy link

skyz8421 commented Jun 3, 2017

Thanks for the work on multi-gpu training, but I find that it doesn't reduce the training time, why is this happening?

@fiarabbit
Copy link
Author

I'm very sorry to report that 'nngraph' library is not compatible to multi-gpu mode, so the modification does not work. I would like you to close this pull request.

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

Successfully merging this pull request may close these issues.

2 participants