Win7安装CNTK

作者: 108k | 来源:发表于2018-06-11 19:56 被阅读0次

    KeyWord: Win7 CNTK Is64BitProcess

    1、CNTK默认不支持Win7

    自动安装CNTK

    参见这句话:

    WARNING: You are running this script on [Microsoft Windows The Microsoft Cognitive Toolkit is designed and te Windows Server 2012 R2, and Windows Server 2016.

    2、安装时出现错误Is64BitProcess

    如果系统升级到win8或win10就不会出现这个错误

    这个错误到底是什么引起到呢?其实就是PowerShell,因为运行时启动的PowerShell不是64位的,而CNTK是64位的。

    3、解决问题

    按照下面链接提示检查PowerShell的版本,升级为5.1版本就可以了。

    PowerShell升级

    4、最终选择

    虽然可以正常安装CNTK了,但是自动安装程序还是太慢了,建议手动安装,非常简单的,参见:

    手动安装CNTK

    分两步,

    1)预安装

    安装VS2017 c++环境

    安装MsMPi

    2)安装CNTK的python部分

    只需两句话:

    C:\> pip install cntk

    C:\> python -m cntk.sample_installer

    OK,就到这里吧,要不是电脑硬盘坏了从win10降低到最迟到win7,也不会折腾这些事儿了。

    相关文章

      网友评论

        本文标题:Win7安装CNTK

        本文链接:https://www.haomeiwen.com/subject/umaheftx.html