deep speech2 can directly use warpctc instead by export LD_LIBRARY_PATH

pull/2/head
Luo Tao 7 years ago
parent d5a357d173
commit 5e13fd7dad

3
.gitignore vendored

@ -0,0 +1,3 @@
manifest*
mean_std.npz
thirdparty/

@ -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.

Loading…
Cancel
Save