add the requirement for cuDNN version in README

pull/2/head
Yibing Liu 8 years ago
parent e2f954f5e2
commit a48469b9b6

@ -2,12 +2,20 @@
## Installation ## 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 sh setup.sh
export LD_LIBRARY_PATH=$PADDLE_INSTALL_DIR/Paddle/third_party/install/warpctc/lib:$LD_LIBRARY_PATH 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 ## Usage
### Preparing Data ### Preparing Data

Loading…
Cancel
Save