deep-learningcntkwindows-machine-learning

what is difference between CNTK and WIN ML


I know my question is basic one but I need some clarification. CNTK is deep learning framework which I currently use, can be used to train and evaluate models on windows machine. If I want to run my model trained with CNTK on Windows device ,I should use WIN ML. Am I right or WIN ML can be used on windows machines also?


Solution

  • You should use WinML for inference.

    The relationship between CNTK and WinML is the ONNX,an exchangeable format to represent deep learning models. You can export your CNTK model to ONNX format, then load it into WinML.

    WinML is part of Windows 10. CNTK is not.