keras-sharp
keras-sharp copied to clipboard
CNTK GPU use?
How to use CNTK GPU in SampleApp ?
Seems that the KerasSharp.Backends.Current.Switch has not the correct GPU type to work
btw Great work 👍
Hi @nikosdim1,
I will commit a sample application that shows how to use CNTK's GPU assembly instead of the CPU one. However, training with CNTK will simply not work at this stage because of some issue with CNTK, where the CLR memory gets corrupted after a few training iterations.
Sorry to disappoint, but please keep a look at this project to try it once those initial silly issues get solved!
Regards, Cesar
sure, I will keep watching @cesarsouza
thank u