- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 63字
- 2021-07-02 12:08:38
Installing the CNTK package
The final step in the installation process is to install CNTK. This is done through pip using the following command:
pip install cntk
Should you want to, you can also install CNTK by downloading a wheel file directly or using an installer with Anaconda included. You can find more information on alternative installation methods for CNTK at https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-CNTK-on-your-machine.