Search code examples
pythondeep-learningcntk

Where can I get Python 3.4 CNTK Beta 11 Windows whl files?


The question says it all. Where can I get the whl file? It is not listed here: https://github.com/Microsoft/CNTK/wiki/Setup-Windows-Python

Neither

pip install https://cntk.ai/PythonWheel/GPU/cntk-2.0.beta11.0-cp34-cp34m-win_amd64.whl

works....


Solution

  • The latest version is Beta 15.0, for which you can find WHL links here (which you have already located as per your post): https://github.com/Microsoft/CNTK/wiki/Setup-Windows-Python

    If you do want Beta 11.0 specifically, it looks like you will need to use the script-based install which you can find here: http://github.com/Microsoft/CNTK/releases

    Ian