Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
/zerothPublic archive

Commit47ecfce

Browse files
committed
updated local/export.sh and modified a default value
1 parentf06a3e7 commit47ecfce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

‎s5/local/export.sh‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ if [ $# -ne 1 ]; then
1010
exit 1
1111
fi
1212

13-
final_graph_dir=/home/lucasjo/_prj_/zeroth-kaldi/s5/exp/chain/tree_a/graph_tgsmall
14-
final_model_dir=/home/lucasjo/_prj_/zeroth-kaldi/s5/exp/chain/tdnn_lstm_1e_rvb_online
15-
small_lm=/home/lucasjo/_prj_/zeroth-kaldi/s5/data/lang_test_tgsmall/G.fst
16-
large_lm=/home/lucasjo/_prj_/zeroth-kaldi/s5/data/lang_test_fglarge/G.carpa
13+
final_graph_dir=/home/ubuntu/_prjs_/zeroth/s5/exp/chain_rvb/tree_a/graph_tgsmall
14+
final_model_dir=/home/ubuntu/_prjs_/zeroth/s5/exp/chain_rvb/tdnn1n_rvb_online
15+
small_lm=/home/ubuntu/_prjs_/zeroth/s5/data/lang_test_tgsmall/G.fst
16+
large_lm=/home/ubuntu/_prjs_/zeroth/s5/data/lang_test_fglarge/G.carpa
1717

1818
dir=$1/test/models/korean/zeroth
1919
mkdir -p$dir
@@ -41,5 +41,6 @@ var=$(echo "$var" | sed 's/\//\\\//g')
4141
replace="test/models/korean/zeroth/"
4242
replace=$(echo"$replace"| sed's/\//\\\//g')
4343
sed -i"s/$var/$replace/g"$dir/conf/ivector_extractor.conf
44+
sed -i"s/$var/$replace/g"$dir/conf/online.conf
4445

4546
#cp -rpf local/zeroth_korean_tdnn_lstm.yaml $1

‎s5/local/nnet3/multi_condition/run_ivector_common.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if [ $stage -le 3 ]; then
8989
### applied GridEngine for speed-up
9090
logdir=data/${trainset}/log
9191
mkdir -p$logdir
92-
nj=40
92+
nj=20
9393

9494
utils/split_data.sh data/$trainset$nj
9595

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp