This commit is contained in:
HX Lin 2017-11-23 16:00:40 +08:00
Родитель fa1d7f9194
Коммит 94150f218f
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -7,7 +7,7 @@ Get started with deep learning using [Microsoft Cognitive Toolkit (CNTK)](http:/
**Getting Started**
- [Installation](/docs/installation.md)
- [Prepare local machine](/docs/prepare-localmachine.md)
- [Prepare development environment](/docs/prepare-localmachine.md)
- [Deep learning sample recipes](https://github.com/Microsoft/samples-for-ai)
**Quickstarts**

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

@ -300,6 +300,7 @@ pip3 install cupy
> On Windows, you need **2015** version of [Microsoft Visual Studio](https://www.visualstudio.com/)
or [Microsoft Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
to compile CuPy with CUDA 8.0.
First, open a **VS2015 x64 Native Tools Command Prompt** or **Visual C++ 2015 x64 Native Tools Command Prompt**, and then execute the above cupy installation command.
To install Chainer, please run the following command in a terminal:
```bash