-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Setup CNTK on your machine
CNTK is easy to install on Windows. To install into an existing Anaconda3 Python type in a command shell
pip install https://cntk.ai/PythonWheels/CPU/Ctnk-2.0beta12.0-cp35-ct35m-win_amd64.whl
You can easily fine tune your PIP installation, including information about configuring information and the easy installation of tutorials, sample and Jupyter notebooks. The details are here
For all the other ways to install CNTK or setup the CNTK development environment, see the links to the install options below.
The Microsoft Cognitive Toolkit (CNTK) supports both 64-bit Windows and 64-bit Linux platforms.
You can install the complete source code of CNTK and build the binaries on your machine, but we also provide regular binary drops of the CNTK executables, including sample data and sample models.
If you just want to download and install the latest precompiled binaries to your machine, follow the instructions here:
Windows | Linux |
---|---|
Python-only installation | |
Script-driven installation | Script-driven installation |
Manual installation | Manual installation |
Docker installation |
If you want to take a look at the CNTK source code, compile CNTK yourself, make changes to the CNTK codebase, and contribute these changes back to the community, these are the pages for you:
Windows | Linux |
---|---|
Script-driven development setup | |
Manual development Setup | Manual Development Environment Setup |
Migration from VS13 to VS15 |
You may use CNTK via Microsoft Azure Virtual Machine offering (Windows and Linux) or install it as a Docker container (Linux). See the corresponding sections:
If you want to learn more about CNTK usage and how to execute the provided samples, you find more information on the following pages