提交 175457bf 编写于 作者: Y Yibing Liu 提交者: GitHub

Merge pull request #185 from kuke/add_cudnn_info

Add the requirement for cuDNN version in README
......@@ -2,12 +2,20 @@
## Installation
Please replace `$PADDLE_INSTALL_DIR` with your own paddle installation directory.
### Prerequisites
- **Python = 2.7** only supported;
- **cuDNN >= 6.0** is required to utilize NVIDIA GPU platform in the installation of PaddlePaddle, and the **CUDA toolkit** with proper version suitable for cuDNN. The cuDNN library below 6.0 is found to yield a fatal error in batch normalization when handling utterances with long duration in inference.
### Setup
```
sh setup.sh
export LD_LIBRARY_PATH=$PADDLE_INSTALL_DIR/Paddle/third_party/install/warpctc/lib:$LD_LIBRARY_PATH
```
Please replace `$PADDLE_INSTALL_DIR` with your own paddle installation directory.
## Usage
### Preparing Data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册