зеркало из https://github.com/mozilla/kaldi.git
Changes to install scripts [fix problems if you are root]
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@78 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Родитель
78b6a2fb0a
Коммит
bf78f6d19a
|
@ -152,7 +152,6 @@ exp/decode_sgmm2b_tgpr_utt_eval92/wer:%WER 10.16 [ 573 / 5641, 137 ins, 38 del,
|
|||
exp/decode_sgmm2b_tgpr_utt_eval93/wer:%WER 13.99 [ 481 / 3439, 61 ins, 66 del, 354 sub ]
|
||||
|
||||
|
||||
|
||||
===========
|
||||
# Some notes on tuning the SGMM systems on half the SI-84 data (sgmm2a and sgmm2b).
|
||||
# We ended up with 400 UBM components, and acwt 1/11 (unadapted) and 1/12 (adapted..
|
||||
|
@ -203,3 +202,16 @@ exp/decode_sgmm2b_tgpr_utt_eval93/wer:%WER 13.99 [ 481 / 3439, 61 ins, 66 del, 3
|
|||
#exp/decode_sgmm2b_tgpr_eval93/wer:%WER 13.84 [ 476 / 3439, 59 ins, 65 del, 352 sub ]
|
||||
#exp/decode_sgmm2b_tgpr_utt_eval92/wer:%WER 10.16 [ 573 / 5641, 137 ins, 38 del, 398 sub ]
|
||||
#exp/decode_sgmm2b_tgpr_utt_eval93/wer:%WER 13.99 [ 481 / 3439, 61 ins, 66 del, 354 sub ]
|
||||
|
||||
#svatava:s1: grep WER exp/decode_sgmm2b*/wer
|
||||
#exp/decode_sgmm2b_tgpr_eval92/wer:%WER 10.19 [ 575 / 5641, 133 ins, 41 del, 401 sub ]
|
||||
#exp/decode_sgmm2b_tgpr_eval93/wer:%WER 13.84 [ 476 / 3439, 59 ins, 65 del, 352 sub ]
|
||||
#exp/decode_sgmm2b_tgpr_utt_eval92/wer:%WER 10.16 [ 573 / 5641, 137 ins, 38 del, 398 sub ]
|
||||
#exp/decode_sgmm2b_tgpr_utt_eval93/wer:%WER 13.99 [ 481 / 3439, 61 ins, 66 del, 354 sub ]
|
||||
|
||||
# sgmm2b, 300 gauss not 400:
|
||||
#svatava:s1: grep WER exp/decode_sgmm2b_tgpr_*/wer
|
||||
#exp/decode_sgmm2b_tgpr_eval92/wer:%WER 10.32 [ 582 / 5641, 132 ins, 41 del, 409 sub ]
|
||||
#exp/decode_sgmm2b_tgpr_eval93/wer:%WER 13.96 [ 480 / 3439, 62 ins, 66 del, 352 sub ]
|
||||
#exp/decode_sgmm2b_tgpr_utt_eval92/wer:%WER 10.34 [ 583 / 5641, 135 ins, 39 del, 409 sub ]
|
||||
#exp/decode_sgmm2b_tgpr_utt_eval93/wer:%WER 13.78 [ 474 / 3439, 64 ins, 64 del, 346 sub ]
|
||||
|
|
|
@ -25,7 +25,7 @@ See below install instructions for:
|
|||
Install instructions for sph2pipe_v2.5.tar.gz
|
||||
|
||||
wget ftp://ftp.ldc.upenn.edu/pub/ldc/misc_sw/sph2pipe_v2.5.tar.gz
|
||||
tar -xvzf sph2pipe_v2.5.tar.gz
|
||||
tar -xovzf sph2pipe_v2.5.tar.gz
|
||||
cd sph2pipe_v2.5
|
||||
gcc -o sph2pipe *.c -lm
|
||||
cd ..
|
||||
|
@ -44,7 +44,7 @@ to configure, if it's not already the default (g++ -v will tell you).
|
|||
|
||||
|
||||
wget http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.7.tar.gz
|
||||
tar -xvzf openfst-1.2.7.tar.gz
|
||||
tar -xovzf openfst-1.2.7.tar.gz
|
||||
cp partition.h minimize.h openfst-1.2.7/src/include/fst
|
||||
#ignore errors in the following; it's for robustness in case
|
||||
# someone follows these instructions after the installation of openfst.
|
||||
|
@ -140,7 +140,7 @@ This was obtained as follows:
|
|||
bunzip2 sctk-2.4.0-20091110-0958.tar.bz2
|
||||
gzip sctk-2.4.0-20091110-0958.tar
|
||||
|
||||
tar -xvzf sctk-2.4.0-20091110-0958.tar.gz
|
||||
tar -xovzf sctk-2.4.0-20091110-0958.tar.gz
|
||||
cd sctk-2.4.0
|
||||
make config
|
||||
make all
|
||||
|
@ -152,7 +152,7 @@ make doc
|
|||
|
||||
(6) Atlas
|
||||
wget http://sourceforge.net/projects/math-atlas/files/Stable/3.8.3/atlas3.8.3.tar.gz
|
||||
tar -xvzf atlas3.8.3.tar.gz ATLAS/include
|
||||
tar -xovzf atlas3.8.3.tar.gz ATLAS/include
|
||||
# don't do any more installation at this point, we just need this for headers
|
||||
# (except for native Windows compilation, for which see ../windows/INSTALL.atlas)
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ echo "****(1) Installing sph2pipe"
|
|||
echo "****download of sph2pipe_v2.5.tar.gz failed."
|
||||
exit 1
|
||||
else
|
||||
tar -xvzf sph2pipe_v2.5.tar.gz || exit 1
|
||||
tar -xovzf sph2pipe_v2.5.tar.gz || exit 1
|
||||
cd sph2pipe_v2.5
|
||||
gcc -o sph2pipe *.c -lm || exit 1
|
||||
cd ..
|
||||
|
@ -51,7 +51,7 @@ fi
|
|||
echo "****download atlas3.8.3.tar.gz failed."
|
||||
exit 1
|
||||
else
|
||||
tar -xvzf atlas3.8.3.tar.gz ATLAS/include || exit 1
|
||||
tar -xovzf atlas3.8.3.tar.gz ATLAS/include || exit 1
|
||||
fi
|
||||
)
|
||||
ok_atlas=$?
|
||||
|
@ -134,7 +134,7 @@ fi
|
|||
bunzip2 sctk-2.4.0-20091110-0958.tar.bz2 || exit 1
|
||||
gzip -f sctk-2.4.0-20091110-0958.tar || exit 1
|
||||
|
||||
tar -xvzf sctk-2.4.0-20091110-0958.tar.gz || exit 1
|
||||
tar -xovzf sctk-2.4.0-20091110-0958.tar.gz || exit 1
|
||||
cd sctk-2.4.0
|
||||
make config || exit 1
|
||||
make all || exit 1
|
||||
|
@ -168,7 +168,7 @@ fi
|
|||
echo "****download openfst-1.2.7.tar.gz failed."
|
||||
exit 1
|
||||
else
|
||||
tar -xvzf openfst-1.2.7.tar.gz || exit 1
|
||||
tar -xovzf openfst-1.2.7.tar.gz || exit 1
|
||||
cp partition.h minimize.h openfst-1.2.7/src/include/fst
|
||||
#ignore errors in the following; it's for robustness in case
|
||||
# someone follows these instructions after the installation of openfst.
|
||||
|
|
Загрузка…
Ссылка в новой задаче