microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.53k stars 4.28k forks source link

How to deploy CNTK #3171

Open tempdata opened 6 years ago

tempdata commented 6 years ago

I cloned CNTK and built it on Windows. Now I want to deploy it on other systems to try in our organization. What are the minimal software needed to run CNTK? Is there any documentation on this?

thiagocrepaldi commented 6 years ago

This (https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-CNTK-on-your-machine) should help you getting started :)

tempdata commented 6 years ago

I installed default binaries using script and installation went without any problems. but when it tried to run helloworld-regression, I get the following error.,

CNTK: Failed to load DLL 'mklml.dll'.
CNTK: Caught Win32 exception 0xc06d007e: Module not found.
thiagocrepaldi commented 6 years ago

do you have MKL installed at c:\local ? Does your PATH include anything similar to this C:\local\mklml\mklml_win_2018.0.1.20171007\lib ?