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
I see that the code seems to be using only cpu_ctc.
How can I get this to use the gpu?
Thanks Avi
The text was updated successfully, but these errors were encountered:
@sherjilozair As far as I can see, cpu_ctc_th should work with GPU as well. Is this correct?
cpu_ctc_th
Sorry, something went wrong.
+1 i think @sherjilozair should really confirm this.
I've tried running rnnctc.py example with theano on GPU mode and saw ~30MB increase in GPU memory usage. Will try bigger network to confirm.
It only use CPU: https://github.com/sherjilozair/ctc/blob/master/src/ctc_entrypoint.cpp#L181
No branches or pull requests
I see that the code seems to be using only cpu_ctc.
How can I get this to use the gpu?
Thanks
Avi
The text was updated successfully, but these errors were encountered: