3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CNTKインストール Windows10 CPU only

Last updated at Posted at 2017-01-08

V 2.0 Beta 7 がRelease されたそうです。
[リンク]https://github.com/Microsoft/CNTK

CNTK for Windows v.2.0 Beta 7 CPU onlyをWindows10に
インストールしてみましたので、手順を記載します。
自分にとって初めてCNTKに触れることになります。

1. CNTKのバイナリをMicrosoft/CNTK/releasesからダウンロード
[リンク]https://github.com/Microsoft/CNTK/releases
 CNTK for Windows v.2.0 Beta 7 CPU onlyを選択しました。

2.PowerShell起動
 管理者command pronpt -> powershell(CR/LF)
 dirなどのコマンドをたたくと色がつくので、起動されたのが解ります。

3. .ps1ファイルを実行するためPowerShellの実行ポリシーExecution Policy)をUnrestrictedにします。
  Set-ExecutionPolicy Unrestricted(CR/LF)

4. ディレクトリーを移動して、インストール開始
  cd c:\local\cntk\Scripts\install\windows(CR/LF)
  .\install.ps1 -execute(CR/LF)

 CUDAとかvisualC++のruntimeとかの要件があるとの話もありますが、こちらの環境では
 インストールは進みました。(CUDAは入れてないはず)

 途中、R CR/LF を何回かと
  1 - I agree and want to continue
  Q - Quit the installation process
  と聞かれるので、勿論1(CR/LF)
  最後に、y(CR/LF)
5. powershellを抜けます。
  exit (CR/LF)
6.CNTK Python環境とPATH設定
c:\local\cntk\scripts\cntkpy34.bat(CR/LF)

これでWindows10上でCNTKが使えるようになりました。

[リンク]https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-your-machine
[リンク]http://www.code-lab.net/?p=20851

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?