提交 47fb064e 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #208 from luotao1/warpctc

deep speech2 can directly use warpctc instead by export LD_LIBRARY_PATH
.DS_Store .DS_Store
*.pyc
manifest*
mean_std.npz
thirdparty/
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
``` ```
sh setup.sh 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. Please replace `$PADDLE_INSTALL_DIR` with your own paddle installation directory.
......
...@@ -13,7 +13,7 @@ fi ...@@ -13,7 +13,7 @@ fi
python -c "import soundfile" python -c "import soundfile"
if [ $? != 0 ]; then if [ $? != 0 ]; then
echo "Install package libsndfile into default system path." echo "Install package libsndfile into default system path."
curl -O "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz" wget "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz"
if [ $? != 0 ]; then if [ $? != 0 ]; then
echo "Download libsndfile-1.0.28.tar.gz failed !!!" echo "Download libsndfile-1.0.28.tar.gz failed !!!"
exit 1 exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册