ローカルPCで稼働するJupyter NotebookのPythonにChainerをインストール。
Jupyter Notebookは、WinPython 32bit 3.5.2.3 Qt5をインストールして、導入。
Jupyter Notebookは、WinPython 32bit 3.5.2.3 Qt5をインストールして、導入。
1行「!pip install chainer」を実行するだけでOK、非常に簡単。
In [3]:
!pip install chainer
Collecting chainer Downloading https://files.pythonhosted.org/packages/6d/a1/8e9110a60e045341e36910568cd53f54a791fff6844448a46331f597177f/chainer-5.2.0.tar.gz (513kB) Collecting filelock (from chainer) Downloading https://files.pythonhosted.org/packages/d7/ca/3c74396a9ed8a4cfab5459800edeef9a1269591cb21f5a49bd71a49c5fa2/filelock-3.0.10-py3-none-any.whl Requirement already satisfied: numpy>=1.9.0 in c:\users\sample\winpython-32bit-3.5.2.3qt5\python-3.5.2\lib\site-packages (from chainer) (1.11.2+mkl) Collecting protobuf>=3.0.0 (from chainer) Downloading https://files.pythonhosted.org/packages/20/b7/fd638c741e9a75da0ff955b50cf42ddb71042575e5ba14d6ffd269e37a24/protobuf-3.6.1-cp35-cp35m-win32.whl (935kB) Requirement already satisfied: six>=1.9.0 in c:\users\sample\winpython-32bit-3.5.2.3qt5\python-3.5.2\lib\site-packages (from chainer) (1.10.0) Requirement already satisfied: setuptools in c:\users\sample\winpython-32bit-3.5.2.3qt5\python-3.5.2\lib\site-packages (from protobuf>=3.0.0->chainer) (28.7.1) Building wheels for collected packages: chainer Running setup.py bdist_wheel for chainer: started Running setup.py bdist_wheel for chainer: finished with status 'done' Stored in directory: C:\Users\sample\AppData\Local\pip\Cache\wheels\3a\ae\cc\3907b89764ed8ab619d87ee828382c3ac333f0b11c994c0576 Successfully built chainer Installing collected packages: filelock, protobuf, chainer Successfully installed chainer-5.2.0 filelock-3.0.10 protobuf-3.6.1
You are using pip version 18.1, however version 19.0.3 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
In [4]:
import chainer
chainer.print_runtime_info()
Platform: Windows-7-6.1.7601-SP1 Chainer: 5.2.0 NumPy: 1.11.2 CuPy: Not Available iDeep: Not Available
- リンクを取得
- ×
- メール
- 他のアプリ
- リンクを取得
- ×
- メール
- 他のアプリ
コメント
コメントを投稿