Open tempdata opened 6 years ago
This (https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-CNTK-on-your-machine) should help you getting started :)
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.
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 ?
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?