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

Multi-gpu support? #58

Open
rookiecm opened this issue Apr 1, 2020 · 1 comment
Open

Multi-gpu support? #58

rookiecm opened this issue Apr 1, 2020 · 1 comment

Comments

@rookiecm
Copy link

rookiecm commented Apr 1, 2020

Thank you for sharing your code. I am wandering weather the code supporting multi-gpu training? It seems that simply add ourModel = torch.nn.DataParallel(ourModel).cuda() in train.py brings about errors.

@shepnerd
Copy link
Owner

shepnerd commented Apr 1, 2020

Some functions and losses do not support parallel running due to the design flaws in that time. We hope to improve them soon but we are with other projects now.

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