-
Notifications
You must be signed in to change notification settings - Fork 193
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
Multiple GPU Support #60
Comments
Yes, I too have the same question. @ottokart Any help is appreciated! |
Hi! punctuator currently does not support multiple GPUs. I've managed to train all my models in a few days, which has been acceptable for me. These functions in models.py have to be modified to accept the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi There,
Nicely drafted and built project.
I wanted to know, if the training support multiple GPUs?
I tried looking into models.py and found that there was not any targets specified as such for theano.shared.? I may be lagging somewhere, as I'm new to theano.
If yes is there any specific config that needs to be provided as such?
Thanks,
Saurav
The text was updated successfully, but these errors were encountered: