Skip to content

Conversation

@hhadian
Copy link
Contributor

@hhadian hhadian commented Mar 6, 2017

This is the result (the experiment with shifted feats has _fs_smbr as the end):

# System tdnn_lfr1c_sp_smbr:1 tdnn_lfr1c_sp_smbr:2 tdnn_lfr1c_sp_smbr:3 tdnn_lfr1c_sp_fs_smbr:1 tdnn_lfr1c_sp_fs_smbr:2 tdnn_lfr1c_sp_fs_smbr:3 # WER on train_dev(tg) 16.26 16.11 16.02 16.02 15.77 15.78 # WER on train_dev(fg) 15.01 14.91 14.80 14.79 14.58 14.50 # WER on eval2000(tg) 18.9 18.7 18.6 18.6 18.5 18.5 # WER on eval2000(fg) 17.4 17.2 17.1 17.1 17.0 16.9 

Overall there is 0.2-0.3 improvement due to shifted features.

@danpovey
Copy link
Contributor

danpovey commented Mar 6, 2017

cool.
can you add a soft-link from one level up?
I'd be interested to know this compares with the chain TDNN system.

@hhadian
Copy link
Contributor Author

hhadian commented Mar 6, 2017

OK.
Do you want to merge it? If yes, first I need to change the code to expand ivector scp using a new script copy_ivector_dir.sh as we discussed (currently I am doing it with a for loop in the main script).

So, I will now do these experiments on a chain-TDNN baseline.

@danpovey
Copy link
Contributor

danpovey commented Mar 6, 2017 via email

if [[ "$shift_feats" = true && $frame_subsampling_factor -ne 1 ]]; then
if [ $stage -le 0 ]; then
utils/data/shift_and_combine_feats.sh --write-utt2orig ${train_data_dir}/utt2orig \
$frame_subsampling_factor $train_data_dir ${train_data_dir}_fs
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I write utt2orig file in ${train_data_dir}/utt2orig and then delete it. I guess this is not very good practice because the source directory might be read-only. Do you want me to write it to the current directory and delete it?

@danpovey
Copy link
Contributor

danpovey commented Mar 7, 2017 via email

@hhadian
Copy link
Contributor Author

hhadian commented Mar 7, 2017

This is ready [unless there is anything I need to fix about copy_ivector_dir.sh]

@danpovey
Copy link
Contributor

danpovey commented Mar 7, 2017

thanks- merging.

@danpovey danpovey merged commit 34128c5 into kaldi-asr:master Mar 7, 2017
kronos-cm added a commit to kronos-cm/kaldi that referenced this pull request Mar 16, 2017
* 'master' of https://github.com/kaldi-asr/kaldi: [build] Bump OpenFst version to v1.6.2 (kaldi-asr#1492) [src] nnet1: fixing issue in multi-task training (kaldi-asr#1491) [egs] Fixes to URLs in vystadial example script. [egs] Minor cosmetic changes in voxforge example script (kaldi-asr#1483) [scripts,egs] sMBR on LFR xent system with shifted feats (kaldi-asr#1477) [src] bug-fix in gst plugin code (issue on g++ 5.4.0) (kaldi-asr#1479)
david-ryan-snyder pushed a commit to david-ryan-snyder/kaldi that referenced this pull request Apr 12, 2017
Skaiste pushed a commit to Skaiste/idlak that referenced this pull request Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants