-
Notifications
You must be signed in to change notification settings - Fork 2k
CUDA support ! #634
Comments
Alea GPU is also a good option. |
i tried this and this does not work well with decoupled frameworks. Alot of code has to be changed for a real benefit. Also Alea supports only one GPU with the free community license, so don't expect any great performance boost in comparison to a multithreaded cpu. |
Hi there, Thanks for opening the issue! And also thanks both of you for the suggestions. However, I have to say that it is very likely that support for GPU processing and CUDA will be added through TensorFlowSharp. This is currently in the works, but it might take some time. (This issue is also related to #92) Regards, |
I wonder if this will work for OneVsMany also? |
GPU support will be implemented through Keras Sharp @endeffects: sorry, actually I hadn't seen your update! Answering your question, there are currently no plans to add support for computing SVMs using the GPU. However, it might be doable once we have Keras Sharp ready (we could use Keras models using OneVsMany or OneVsOne if desired, for example). Regards, |
Thanks for the information. I'll have a look into it when i have finished my base implementation. |
Hi,@c
Thanks for doing such a amazing work.
it is great for dotnet developers, but training time might be a nightmare.
especially for task on images. I found one interesting project managedCuda
which is complete .net wrapper for the CUDA Driver API.
so maybe it's time to merge it into Accord framework.
best regards!
Adesun
The text was updated successfully, but these errors were encountered: