From 6ee86a3952b6b57d4cc3a5af5103017f77de714f Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Thu, 10 Aug 2017 12:11:47 +0800 Subject: [PATCH] remove prerequisites part in the readme of DS2 --- deep_speech_2/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deep_speech_2/README.md b/deep_speech_2/README.md index 2cc71305..9c2a0872 100644 --- a/deep_speech_2/README.md +++ b/deep_speech_2/README.md @@ -2,13 +2,6 @@ ## Installation -### Prerequisites - - - **Python = 2.7** only supported; - - **cuDNN** library is required to utilize NVIDIA GPU platform sufficiently in the installation of PaddlePaddle, and the **CUDA toolkit** with proper version suitable for cuDNN. - -### Setup - ``` sh setup.sh export LD_LIBRARY_PATH=$PADDLE_INSTALL_DIR/Paddle/third_party/install/warpctc/lib:$LD_LIBRARY_PATH -- GitLab