We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
It looks like someone have implemented the gpu version here
@0bserver07 Looks great! Thanks!
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).
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: