-
Notifications
You must be signed in to change notification settings - Fork 92
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
GPU Training #2
Comments
Currently, RNNSharp doesn't support training on GPU, but I do have a plan for that. :) |
Great to hear that. There's one project named "CUDAFY.NET", it allows easy development of high performance CUDA applications in C#. (CUDAFY.NET)[http://cudafy.codeplex.com/] <_> |
Thanks for pointing out. I will look at CUDAFY.NET to see if we can use it. |
zhongkaifu
added a commit
that referenced
this issue
Jan 27, 2016
zhongkaifu
added a commit
that referenced
this issue
Feb 25, 2016
#2. Improve encoding performance by SIMD instructions
zhongkaifu
added a commit
that referenced
this issue
Feb 25, 2016
…ce by SIMD instructions" This reverts commit 1a3070c.
zhongkaifu
added a commit
that referenced
this issue
Mar 9, 2016
#2. Execute CRF forward-backward in parallel
zhongkaifu
added a commit
that referenced
this issue
Mar 9, 2016
#2. Normalize LSTM cell value in weights updating
Closed
Closed
zhongkaifu
added a commit
that referenced
this issue
Jan 24, 2017
…o encoder is used. #2. For seq2seq autoencoder, concatenate first top hidden layer and last top hidden layer as final encoder output for decoder.
ericxsun
pushed a commit
to ericxsun/RNNSharp
that referenced
this issue
Feb 9, 2017
zhongkaifu#2. Fix BPTT initialization bug
ericxsun
pushed a commit
to ericxsun/RNNSharp
that referenced
this issue
Feb 9, 2017
…ctional) zhongkaifu#2. Speed up training performance
ericxsun
pushed a commit
to ericxsun/RNNSharp
that referenced
this issue
Feb 9, 2017
…in test model zhongkaifu#2. Update: Train can be ended early if current PPL is larger than the previous one Signed-off-by: Zhongkai Fu <fuzhongkai@gmail.com>
ericxsun
pushed a commit
to ericxsun/RNNSharp
that referenced
this issue
Feb 9, 2017
zhongkaifu#2. Using error token ratio to verify validated set performance
zhongkaifu
added a commit
that referenced
this issue
May 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, does this library support training on GPU?
The text was updated successfully, but these errors were encountered: