This commit is contained in:
HX Lin 2017-11-15 21:17:23 +08:00
Родитель 2b9c242863
Коммит 21edbac061
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -300,3 +300,17 @@ To install Chainer, please run the following command in a terminal:
```bash
pip3.5 install chainer==3.0.0
```
# Using an installer to setup deep learning frameworks
[Here] has a simple installer for users to setup deep learning frameworks on Windows:
- Refer to the above subsection to install NVIDIA GPU driver, CUDA and cuDNN.
- Install latest Python **3.5**. Other Python versions are not supported yet.
- Run the following command in a terminal
```bash
git clone https://github.com/Microsoft/samples-for-ai.git
cd samples-for-ai
cd installer
python setup.py
```