CNTK icon indicating copy to clipboard operation
CNTK copied to clipboard

CNTK is now abandoned, so what do us C# developers use now?

Open JamesLear92 opened this issue 5 years ago • 3 comments

CNTK was by far the best library available to C# developers who wanted to build and train custom neural networks. GPU acceleration just worked, no messing about; fantastic performance.

I don't understand why development of this project would stop without there being any replacements available for C# developers.

Tensorflow.NET is terrible in comparison, and will not work with a GTX 760 (my work GPU).

ML.Net is pretty much a toy, you can't even build custom models, if you want to do that you have to import pretrained frozen tensorflow models.

So what do C# developers use going forward?

JamesLear92 avatar Dec 11 '19 17:12 JamesLear92

Basically, there's no traction within the ML community in using cntk. You can read this post for what to do next.

delzac avatar Dec 12 '19 02:12 delzac

Why not using CNTK as is? It's pretty feature-complete itself, newer models can be built on top of available primitives.

Let's hope other company would pick up its development, or MS realizes they need its existence (not the share holders). CNTK by far is the most well designed DL toolkit, API-wise.

haixpham avatar Dec 12 '19 17:12 haixpham

MyCaffe

YanYas avatar Dec 19 '19 17:12 YanYas