Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kaldi-commonvoice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Will
kaldi-commonvoice
Commits
ca4751bd
Commit
ca4751bd
authored
8 years ago
by
Daniel Galvez
Committed by
Vijayaditya Peddinti
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix problems in tedlium net3 and chain scripts. (#872)
parent
26a5720d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
egs/tedlium/s5/local/chain/run_tdnn.sh
+3
-3
3 additions, 3 deletions
egs/tedlium/s5/local/chain/run_tdnn.sh
egs/tedlium/s5/local/nnet3/run_tdnn.sh
+2
-2
2 additions, 2 deletions
egs/tedlium/s5/local/nnet3/run_tdnn.sh
with
5 additions
and
5 deletions
egs/tedlium/s5/local/chain/run_tdnn.sh
+
3
−
3
View file @
ca4751bd
...
...
@@ -110,7 +110,7 @@ if [ $stage -le 11 ]; then
# Build a tree using our new topology.
steps/nnet3/chain/build_tree.sh
--frame-subsampling-factor
3
\
--leftmost-questions-truncate
$leftmost_questions_truncate
\
--cmd
"
$train_cmd
"
4000 data/
$
train_s
et
$lang
$ali_dir
$treedir
--cmd
"
$train_cmd
"
4000 data/train_s
p
$lang
$ali_dir
$treedir
fi
if
[
$stage
-le
12
]
;
then
...
...
@@ -188,7 +188,7 @@ if [ $stage -le 15 ]; then
for
decode_set
in
dev
test
;
do
(
steps/nnet3/decode.sh
--acwt
1.0
--post-decode-acwt
10.0
\
--nj
$(
wc
-l
data/
$decode_set
/spk2utt
)
--cmd
"
$decode_cmd
"
$iter_opts
\
--nj
$(
wc
-l
<
data/
$decode_set
/spk2utt
)
--cmd
"
$decode_cmd
"
$iter_opts
\
--online-ivector-dir
exp/nnet3/ivectors_
${
decode_set
}
\
--scoring-opts
"--min_lmwt 5 --max_lmwt 15"
\
$graph_dir
data/
${
decode_set
}
_hires
$dir
/decode_
${
decode_set
}${
decode_iter
:+_
$decode_iter
}
||
exit
1
;
...
...
@@ -201,4 +201,4 @@ if [ $stage -le 15 ]; then
done
fi
wait
\ No newline at end of file
wait
This diff is collapsed.
Click to expand it.
egs/tedlium/s5/local/nnet3/run_tdnn.sh
+
2
−
2
View file @
ca4751bd
...
...
@@ -99,7 +99,7 @@ if [ $stage -le 11 ]; then
for
decode_set
in
dev
test
;
do
(
steps/nnet3/decode.sh
\
--nj
$(
wc
-l
data/
$decode_set
/spk2utt
)
--cmd
"
$decode_cmd
"
$iter_opts
\
--nj
$(
wc
-l
<
data/
$decode_set
/spk2utt
)
--cmd
"
$decode_cmd
"
$iter_opts
\
--online-ivector-dir
exp/nnet3/ivectors_
${
decode_set
}
\
$graph_dir
data/
${
decode_set
}
_hires
$dir
/decode_
${
decode_set
}${
decode_iter
:+_
$decode_iter
}
||
exit
1
;
...
...
@@ -110,4 +110,4 @@ if [ $stage -le 11 ]; then
)
&
done
fi
wait
;
\ No newline at end of file
wait
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment