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

How to training SSC with multi-GPU? #10

Closed
978326187 opened this issue Oct 28, 2020 · 1 comment
Closed

How to training SSC with multi-GPU? #10

978326187 opened this issue Oct 28, 2020 · 1 comment

Comments

@978326187
Copy link

The code released could only use one GPU or CPU , whether i can train Sparse Net using multi-GPUs?
If i can achieve multi-GPU training by changing the yaml's gpu_device parameter?
Or if there is some easy way to fulfill my need?

@MessikommerNico
Copy link
Contributor

The parameter gpu_device in the yaml file can only be used for training on one GPU. We did not implement a training on multiple-GPUs.
There is a nice tutorial to achieve multi-GPU training: https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html

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