From a384f24c1fd3f795f24b0fd2e4f4ac7e9ec96c02 Mon Sep 17 00:00:00 2001 From: Luo Tao Date: Wed, 16 Aug 2017 17:27:28 +0800 Subject: [PATCH] deep speech2 can directly use warpctc instead by export LD_LIBRARY_PATH --- .gitignore | 1 + deep_speech_2/.gitignore | 3 +++ deep_speech_2/README.md | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 deep_speech_2/.gitignore diff --git a/.gitignore b/.gitignore index e43b0f98..dde3895f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +*.pyc diff --git a/deep_speech_2/.gitignore b/deep_speech_2/.gitignore new file mode 100644 index 00000000..db0537f3 --- /dev/null +++ b/deep_speech_2/.gitignore @@ -0,0 +1,3 @@ +manifest* +mean_std.npz +thirdparty/ diff --git a/deep_speech_2/README.md b/deep_speech_2/README.md index 26333941..4e8befa5 100755 --- a/deep_speech_2/README.md +++ b/deep_speech_2/README.md @@ -4,7 +4,6 @@ ``` 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. -- GitLab