- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 90字
- 2021-07-02 12:08:37
Installing CNTK
There's a number of ways to get the CNTK package on your computer. The most common way is to install the package through the pip executable:
pip install cntk
This will download the CNTK package from the package manager website and install it on your machine. pip will automatically check for missing dependencies and install those as well.
There are several alternative methods to install CNTK on your machine. The website has a neat set of documentation that explains the other installation methods in great detail: https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-CNTK-on-your-machine.