【问题标题】:Microsoft CNTK Unsupported Windows Version 8.1Microsoft CNTK 不支持的 Windows 版本 8.1
【发布时间】:2018-11-11 02:20:04
【问题描述】:

Anaconda 版本:3 4.1.1

Python 版本:3 5.2

Windows 版本:8.1 x64

我已经通过 PyPI 成功安装了纯 Python 的 CNTK v2.6 并进行了测试:

python -c "import cntk; print(cntk.__version__)"

之后出现不支持的错误:

C:\Anaconda3\lib\site-packages\cntk\cntk_py_init.py:32: UserWarning: Unsupported
Windows version (8.1). CNTK supports Windows 10 and above, only.
warnings.warn('Unsupported Windows version (%s). CNTK supports Windows 10 and above, only.' % __my_distro_ver__) 2.6

有没有办法在 windows 8.1 上运行 CNTK?

【问题讨论】:

  • Microsoft 不希望您运行已终止支持的过时 Windows 版本。

标签: python anaconda cntk


【解决方案1】:

您可以禁用用户警告。要么是那个,要么是你 build 来自源代码。

禁用警告:

import warnings
warnings.filterwarnings('ignore')

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-11-08
    • 1970-01-01
    • 1970-01-01
    • 2018-09-30
    • 2017-09-10
    相关资源
    最近更新 更多