diff --git a/.gitignore b/.gitignore index e43b0f988953ae3a84b00331d0ccf5f7d51cb3cf..dde3895fc112ad34a839b2fed9210ac2288a959b 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 0000000000000000000000000000000000000000..db0537f3b34cc46b015af3c3d380c369f655f291 --- /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 263339415c8a119db5e61dec5aaba23c5c8ab57a..4e8befa5be4b5649bdb391959b0ee50a5895a1dc 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.