Update.
This commit is contained in:
Родитель
2b9c242863
Коммит
21edbac061
|
@ -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
|
||||
```
|
Загрузка…
Ссылка в новой задаче