Skip to content

Commit 72ca1eb

Browse files
teinhonglodanpovey
authored andcommitted
[egs] semisupervised recipes: fixing some variables in comments (#3547)
1 parent 54e9a84 commit 72ca1eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

egs/fisher_english/s5/local/semisup/chain/tuning/run_tdnn_100k_semisupervised_1a.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ diff $sup_tree_dir/tree $sup_chain_dir/tree || { echo "$0: $sup_tree_dir/tree an
209209
# steps/nnet3/chain/build_tree_multiple_sources.sh \
210210
# --use-fmllr false --context-opts "--context-width=2 --central-position=1" \
211211
# --frame-subsampling-factor $frame_subsampling_factor \
212-
# 7000 $lang \
212+
# 7000 $unsup_decode_lang \
213213
# data/${supervised_set_perturbed} \
214214
# ${sup_tree_dir} \
215215
# data/${unsupervised_set_perturbed} \
216-
# $chaindir/best_path_${unsupervised_set_perturbed} \
216+
# ${sup_chain_dir}/best_path_${unsupervised_set_perturbed} \
217217
# $treedir || exit 1
218218
# fi
219219
#

egs/fisher_english/s5/local/semisup/chain/tuning/run_tdnn_50k_semisupervised_1a.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ diff $sup_tree_dir/tree $sup_chain_dir/tree || { echo "$0: $sup_tree_dir/tree an
228228
# steps/nnet3/chain/build_tree_multiple_sources.sh \
229229
# --use-fmllr false --context-opts "--context-width=2 --central-position=1" \
230230
# --frame-subsampling-factor $frame_subsampling_factor \
231-
# 7000 $lang \
231+
# 7000 $unsup_decode_lang \
232232
# data/${supervised_set_perturbed} \
233233
# ${sup_tree_dir} \
234234
# data/${unsupervised_set_perturbed} \
235-
# $chaindir/best_path_${unsupervised_set_perturbed} \
235+
# ${sup_chain_dir}/best_path_${unsupervised_set_perturbed}_big \
236236
# $treedir || exit 1
237237
# fi
238238
#

0 commit comments

Comments
 (0)