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 use gpu to train the model #1

Open
ricky1203 opened this issue Oct 30, 2016 · 4 comments
Open

how to use gpu to train the model #1

ricky1203 opened this issue Oct 30, 2016 · 4 comments

Comments

@ricky1203
Copy link

will you please add code to use GPU to train the model, i am not familiar with chainer
or anyone can port the code to tensorflow
thanks

@physicso
Copy link

physicso commented Nov 7, 2016

Although I'm not familiar with Chainer too, I have found a reference of using GPUs in it:
http://docs.chainer.org/en/stable/tutorial/gpu.html
Hope that will help!

@0bserver07
Copy link

It looks like someone have implemented the gpu version here

@physicso
Copy link

physicso commented Nov 9, 2016

@0bserver07 Looks great! Thanks!

@AdeelMufti
Copy link

I created an optimized implementation, extending yos1up's: https://github.com/AdeelMufti/DifferentiableNeuralComputer.

It's around 50x faster, and can run on GPU (which is only beneficial for large memory sizes).

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

4 participants